Html Css Color HEX #224D92 Endeavour

📋 copy color: '#224D92'

red 34 ◦ green 77 ◦ blue 146

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

Shades of Endeavour #224D92

Tints of Endeavour #224D92

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.96%

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

R = 13.23%
G = 29.96%
B = 56.81%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#224D92 (or 0x224D92) is known color: Endeavour. HEX triplet: 22, 4D and 92. RGB value is (34,77,146). Sum of RGB (Red+Green+Blue) = 34+77+146=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #224D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224D92 is #DDB26D. Grayscale: #474747. Windows color (decimal): -14529134 or 9588002. OLE color: 9588002.

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

Color convert

RGB 34 77 146 -
CMYK 0.77 0.47 0 0.43
HSL 216.96º 0.62% 0.35% -
HSV(B) 216.96º 0.77% 0.57% -
XYZ 8.5 7.72 28.24 -
YUV 72.01 169.75 100.89 -
System Red Green Blue C M Y K H S L
Decimal 34 77 146 0.77 0.47 0 0.43 216.96 0.62 0.35
Hex 22 4D 92 4D 2F 0 2B D9 3E 23
Octal 42 115 222 115 57 0 53 331 76 43
Binary 100010 1001101 10010010 1001101 101111 0 101011 11011001 111110 100011

Color Harmonies of #224D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224D92

Black with #224D92

Text Example


Text Example

White with #224D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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