Html Css Color HEX #226497 Endeavour

📋 copy color: '#226497'

red 34 ◦ green 100 ◦ blue 151

#226497
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #226497

Tints of Endeavour #226497

RGB

 RED value IS 34 (13.67% from 255) = 11.93%

 GREEN value IS 100 (39.45% from 255) = 35.09%

 BLUE value IS 151 (59.38% from 255) = 52.98%

R = 11.93%
G = 35.09%
B = 52.98%

CMYK

 C value IS 0.77

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#226497 (or 0x226497) is known color: Endeavour. HEX triplet: 22, 64 and 97. RGB value is (34,100,151). Sum of RGB (Red+Green+Blue) = 34+100+151=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #226497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226497 is #DD9B68. Grayscale: #555555. Windows color (decimal): -14523241 or 9921570. OLE color: 9921570.

HSL color Cylindrical-coordinate representation of color #226497: hue angle of 206.15º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #226497 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 34 100 151 -
CMYK 0.77 0.34 0 0.41
HSL 206.15º 0.63% 0.36% -
HSV(B) 206.15º 0.77% 0.59% -
XYZ 10.8 11.69 30.96 -
YUV 86.08 164.63 90.85 -
System Red Green Blue C M Y K H S L
Decimal 34 100 151 0.77 0.34 0 0.41 206.15 0.63 0.36
Hex 22 64 97 4D 22 0 29 CE 3F 24
Octal 42 144 227 115 42 0 51 316 77 44
Binary 100010 1100100 10010111 1001101 100010 0 101001 11001110 111111 100100

Color Harmonies of #226497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226497

Black with #226497

Text Example


Text Example

White with #226497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226497; }

 p { color: rgb(34,100,151); }

 H1.HeaderClassName
 {
   color: #226497;
 }
 .AnyTagClassName
 {
   color: #226497;
 }
</style>

background-color css

<style>
 a { background-color: #226497; }

 a { background-color: rgb(34,100,151); }

 div.DivClassName
 {
   background-color: #226497;
 }
 .BgClassName
 {
   background-color: #226497;
 }
</style>

border-color css

<style>
 span { border-color: #226497; }

 span { border-color: rgb(34,100,151); }

 td.TdClassName
 {
   border-color: #226497;
 }
 .TagClassName
 {
   border-color: #226497;
 }
</style>