COLOR #225863

HEX: #225863
RGB: (34,88,99)

Color info

#225863 contains mainly green and blue colors. Web safe color of #225863 is #336666 (or #366).

RGB color model

#225863 color RGB value is (34,88,99).

  • red value is 34;
  • green value is 88;
  • blue value is 99.
RGB:
(34,88,99)
(13%,35%,39%)

RGB channels and saturation

R 34 of 255 = 13%
G 88 of 255 = 35%
B 99 of 255 = 39%

34
88
99

R + G + B ~ 29%. #225863 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 88 + 99 = 221 (100%)
R 34 of 221 ~ 15.38%
G 88 of 221 ~ 39.82%
B 99 of 221 ~ 44.8%

%15.38
%39.82
%44.8

CMYK color model

#225863 color CMYK value is (66,11,0,61).

  • cyan value is 65.66%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(66,11,0,61)
C66M11Y0K61 
(66%,11%,0%,61%)
(0.66/0.11/0.00/0.61)	

CMYK percentages

%65.66
%11.11
%0
%61.18

Codes

Color #225863 in popluar color models

225863
RGB348899
HSL190°48.87%26.08%
HSB/HSV190°65.66%38.82%
CMYK65.66%11.11%0.00%
61.18%

Color #225863 in popluar number systems.

HEX225863
Decimal348899
Binary10001010110001100011
Octal42130143

Shades and tints

Shades of #225863

#225863
(34,88,99)
#1F505A
(31,80,90)
#1C4851
(28,72,81)
#194048
(25,64,72)
#16383F
(22,56,63)
#133036
(19,48,54)
#10282D
(16,40,45)
#0D2024
(13,32,36)
#0A181B
(10,24,27)
#071012
(7,16,18)
#040809
(4,8,9)
#000000
(0,0,0)

Tints of #225863

#225863
(34,88,99)
#366771
(54,103,113)
#4A767F
(74,118,127)
#5E858D
(94,133,141)
#72949B
(114,148,155)
#86A3A9
(134,163,169)
#9AB2B7
(154,178,183)
#AEC1C5
(174,193,197)
#C2D0D3
(194,208,211)
#D6DFE1
(214,223,225)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #225863 color. Also use rgb(34,88,99) instead hex code.

Text Font Color

.myTextColor { color: #225863; }

<p style="color:#225863">This sample text font color is #225863.</p>

This text font color is #225863.


Background Color

.myBgColor { background-color: #225863; }

<div style="background-color:#225863">Inner text</div>

This div background color is #225863.


Border color

.myBorderColor { border: 1px solid #225863; }

<div style="border:3px solid #225863">Div</div>

This div border color is #225863.


Opacity

.myOpacity80 { color: #225863; opacity: 0.8; }

<p style="color:#225863;opacity:0.8;">80%</p>

Text with #225863 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #225863;}

<p style="text-shadow: 3px 3px 1px #225863">Text here.</p>

This text has shadow with #225863 color.

.textShadow {text-shadow: 3px 3px 1px #225863, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #225863, 5px 5px 20px red">Text here.</p>

This text has shadow with #225863 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#225863, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#225863, Direction=45, Strength=4)">Text</p>

This text has shadow with #225863 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #225863;
  -webkit-box-shadow:	1px 1px 3px 2px #225863;
  box-shadow:		1px 1px 3px 2px #225863;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #225863;
-webkit-box-shadow: 1px 1px 3px 2px #225863;
box-shadow:1px 1px 3px 2px #225863;">
Div content here</div>
This div box has shadow with color #225863.

Preview

Color preview on black background

This text has color #225863 on black background.


Color preview on white background

This text has color #225863 on white background.



Black color preview on #225863 background

This text has black color on #225863 background.


White color preview on #225863 background

This text has white color on #225863 background.