Html Css Color HEX #226197 Endeavour

📋 copy color: '#226197'

red 34 ◦ green 97 ◦ blue 151

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

Shades of Endeavour #226197

Tints of Endeavour #226197

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.4%

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

R = 12.06%
G = 34.4%
B = 53.55%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#226197 (or 0x226197) is known color: Endeavour. HEX triplet: 22, 61 and 97. RGB value is (34,97,151). Sum of RGB (Red+Green+Blue) = 34+97+151=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #226197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226197 is #DD9E68. Grayscale: #545454. Windows color (decimal): -14524009 or 9920802. OLE color: 9920802.

HSL color Cylindrical-coordinate representation of color #226197: hue angle of 207.69º 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 #226197 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 34 97 151 -
CMYK 0.77 0.36 0 0.41
HSL 207.69º 0.63% 0.36% -
HSV(B) 207.69º 0.77% 0.59% -
XYZ 10.52 11.12 30.87 -
YUV 84.32 165.63 92.11 -
System Red Green Blue C M Y K H S L
Decimal 34 97 151 0.77 0.36 0 0.41 207.69 0.63 0.36
Hex 22 61 97 4D 24 0 29 D0 3F 24
Octal 42 141 227 115 44 0 51 320 77 44
Binary 100010 1100001 10010111 1001101 100100 0 101001 11010000 111111 100100

Color Harmonies of #226197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226197

Black with #226197

Text Example


Text Example

White with #226197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226197; }

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

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

background-color css

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

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

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

border-color css

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

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

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