Html Css Color HEX #224C92 Endeavour

📋 copy color: '#224C92'

red 34 ◦ green 76 ◦ blue 146

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

Shades of Endeavour #224C92

Tints of Endeavour #224C92

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.69%

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

R = 13.28%
G = 29.69%
B = 57.03%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#224C92 (or 0x224C92) is known color: Endeavour. HEX triplet: 22, 4C and 92. RGB value is (34,76,146). Sum of RGB (Red+Green+Blue) = 34+76+146=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #224C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224C92 is #DDB36D. Grayscale: #474747. Windows color (decimal): -14529390 or 9587746. OLE color: 9587746.

HSL color Cylindrical-coordinate representation of color #224C92: hue angle of 217.5º 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 #224C92 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 34 76 146 -
CMYK 0.77 0.48 0 0.43
HSL 217.5º 0.62% 0.35% -
HSV(B) 217.5º 0.77% 0.57% -
XYZ 8.43 7.58 28.21 -
YUV 71.42 170.09 101.31 -
System Red Green Blue C M Y K H S L
Decimal 34 76 146 0.77 0.48 0 0.43 217.5 0.62 0.35
Hex 22 4C 92 4D 30 0 2B DA 3E 23
Octal 42 114 222 115 60 0 53 332 76 43
Binary 100010 1001100 10010010 1001101 110000 0 101011 11011010 111110 100011

Color Harmonies of #224C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224C92

Black with #224C92

Text Example


Text Example

White with #224C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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