Html Css Color HEX #224895 Endeavour

📋 copy color: '#224895'

red 34 ◦ green 72 ◦ blue 149

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

Shades of Endeavour #224895

Tints of Endeavour #224895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 58.43%

R = 13.33%
G = 28.24%
B = 58.43%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#224895 (or 0x224895) is known color: Endeavour. HEX triplet: 22, 48 and 95. RGB value is (34,72,149). Sum of RGB (Red+Green+Blue) = 34+72+149=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #224895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224895 is #DDB76A. Grayscale: #454545. Windows color (decimal): -14530411 or 9783330. OLE color: 9783330.

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

Color convert

RGB 34 72 149 -
CMYK 0.77 0.52 0 0.42
HSL 220.17º 0.63% 0.36% -
HSV(B) 220.17º 0.77% 0.58% -
XYZ 8.4 7.14 29.37 -
YUV 69.42 172.91 102.74 -
System Red Green Blue C M Y K H S L
Decimal 34 72 149 0.77 0.52 0 0.42 220.17 0.63 0.36
Hex 22 48 95 4D 34 0 2A DC 3F 24
Octal 42 110 225 115 64 0 52 334 77 44
Binary 100010 1001000 10010101 1001101 110100 0 101010 11011100 111111 100100

Color Harmonies of #224895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224895

Black with #224895

Text Example


Text Example

White with #224895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224895; }

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

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

background-color css

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

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

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

border-color css

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

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

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