Html Css Color HEX #224892 Endeavour

📋 copy color: '#224892'

red 34 ◦ green 72 ◦ blue 146

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

Shades of Endeavour #224892

Tints of Endeavour #224892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 57.94%

R = 13.49%
G = 28.57%
B = 57.94%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#224892 (or 0x224892) is known color: Endeavour. HEX triplet: 22, 48 and 92. RGB value is (34,72,146). Sum of RGB (Red+Green+Blue) = 34+72+146=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #224892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224892 is #DDB76D. Grayscale: #444444. Windows color (decimal): -14530414 or 9586722. OLE color: 9586722.

HSL color Cylindrical-coordinate representation of color #224892: hue angle of 219.64º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #224892 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 34 72 146 -
CMYK 0.77 0.51 0 0.43
HSL 219.64º 0.62% 0.35% -
HSV(B) 219.64º 0.77% 0.57% -
XYZ 8.17 7.05 28.12 -
YUV 69.07 171.41 102.98 -
System Red Green Blue C M Y K H S L
Decimal 34 72 146 0.77 0.51 0 0.43 219.64 0.62 0.35
Hex 22 48 92 4D 33 0 2B DC 3E 23
Octal 42 110 222 115 63 0 53 334 76 43
Binary 100010 1001000 10010010 1001101 110011 0 101011 11011100 111110 100011

Color Harmonies of #224892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224892

Black with #224892

Text Example


Text Example

White with #224892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224892; }

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

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

background-color css

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

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

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

border-color css

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

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

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