Html Css Color HEX #226596 Endeavour

📋 copy color: '#226596'

red 34 ◦ green 101 ◦ blue 150

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

Shades of Endeavour #226596

Tints of Endeavour #226596

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.44%

 BLUE value IS 150 (58.98% from 255) = 52.63%

R = 11.93%
G = 35.44%
B = 52.63%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#226596 (or 0x226596) is known color: Endeavour. HEX triplet: 22, 65 and 96. RGB value is (34,101,150). Sum of RGB (Red+Green+Blue) = 34+101+150=285 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.93% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #226596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226596 is #DD9A69. Grayscale: #565656. Windows color (decimal): -14522986 or 9856290. OLE color: 9856290.

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

Color convert

RGB 34 101 150 -
CMYK 0.77 0.33 0 0.41
HSL 205.34º 0.63% 0.36% -
HSV(B) 205.34º 0.77% 0.59% -
XYZ 10.82 11.85 30.57 -
YUV 86.55 163.8 90.52 -
System Red Green Blue C M Y K H S L
Decimal 34 101 150 0.77 0.33 0 0.41 205.34 0.63 0.36
Hex 22 65 96 4D 21 0 29 CD 3F 24
Octal 42 145 226 115 41 0 51 315 77 44
Binary 100010 1100101 10010110 1001101 100001 0 101001 11001101 111111 100100

Color Harmonies of #226596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226596

Black with #226596

Text Example


Text Example

White with #226596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226596; }

 p { color: rgb(34,101,150); }

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

background-color css

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

 a { background-color: rgb(34,101,150); }

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

border-color css

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

 span { border-color: rgb(34,101,150); }

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