Html Css Color HEX #226396 Endeavour

📋 copy color: '#226396'

red 34 ◦ green 99 ◦ blue 150

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

Shades of Endeavour #226396

Tints of Endeavour #226396

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.98%

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

R = 12.01%
G = 34.98%
B = 53%

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

#226396 (or 0x226396) is known color: Endeavour. HEX triplet: 22, 63 and 96. RGB value is (34,99,150). Sum of RGB (Red+Green+Blue) = 34+99+150=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #226396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226396 is #DD9C69. Grayscale: #555555. Windows color (decimal): -14523498 or 9855778. OLE color: 9855778.

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

Color convert

RGB 34 99 150 -
CMYK 0.77 0.34 0 0.41
HSL 206.38º 0.63% 0.36% -
HSV(B) 206.38º 0.77% 0.59% -
XYZ 10.63 11.47 30.51 -
YUV 85.38 164.47 91.35 -
System Red Green Blue C M Y K H S L
Decimal 34 99 150 0.77 0.34 0 0.41 206.38 0.63 0.36
Hex 22 63 96 4D 22 0 29 CE 3F 24
Octal 42 143 226 115 42 0 51 316 77 44
Binary 100010 1100011 10010110 1001101 100010 0 101001 11001110 111111 100100

Color Harmonies of #226396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #226396

Black with #226396

Text Example


Text Example

White with #226396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #226396; }

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

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

background-color css

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

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

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

border-color css

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

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

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