Html Css Color HEX #224896 Endeavour

📋 copy color: '#224896'

red 34 ◦ green 72 ◦ blue 150

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

Shades of Endeavour #224896

Tints of Endeavour #224896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.13%

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

R = 13.28%
G = 28.13%
B = 58.59%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#224896 (or 0x224896) is known color: Endeavour. HEX triplet: 22, 48 and 96. RGB value is (34,72,150). Sum of RGB (Red+Green+Blue) = 34+72+150=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #224896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224896 is #DDB769. Grayscale: #454545. Windows color (decimal): -14530410 or 9848866. OLE color: 9848866.

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

Color convert

RGB 34 72 150 -
CMYK 0.77 0.52 0 0.41
HSL 220.34º 0.63% 0.36% -
HSV(B) 220.34º 0.77% 0.59% -
XYZ 8.48 7.18 29.79 -
YUV 69.53 173.41 102.66 -
System Red Green Blue C M Y K H S L
Decimal 34 72 150 0.77 0.52 0 0.41 220.34 0.63 0.36
Hex 22 48 96 4D 34 0 29 DC 3F 24
Octal 42 110 226 115 64 0 51 334 77 44
Binary 100010 1001000 10010110 1001101 110100 0 101001 11011100 111111 100100

Color Harmonies of #224896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224896

Black with #224896

Text Example


Text Example

White with #224896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224896; }

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

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

background-color css

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

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

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

border-color css

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

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

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