Html Css Color HEX #224C99 Endeavour

📋 copy color: '#224C99'

red 34 ◦ green 76 ◦ blue 153

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

Shades of Endeavour #224C99

Tints of Endeavour #224C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 58.17%

R = 12.93%
G = 28.9%
B = 58.17%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#224C99 (or 0x224C99) is known color: Endeavour. HEX triplet: 22, 4C and 99. RGB value is (34,76,153). Sum of RGB (Red+Green+Blue) = 34+76+153=263 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.93% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #224C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224C99 is #DDB366. Grayscale: #474747. Windows color (decimal): -14529383 or 10046498. OLE color: 10046498.

HSL color Cylindrical-coordinate representation of color #224C99: hue angle of 218.82º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #224C99 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 34 76 153 -
CMYK 0.78 0.50 0 0.4
HSL 218.82º 0.64% 0.37% -
HSV(B) 218.82º 0.78% 0.6% -
XYZ 8.99 7.81 31.17 -
YUV 72.22 173.59 100.74 -
System Red Green Blue C M Y K H S L
Decimal 34 76 153 0.78 0.50 0 0.4 218.82 0.64 0.37
Hex 22 4C 99 4E 32 0 28 DB 40 25
Octal 42 114 231 116 62 0 50 333 100 45
Binary 100010 1001100 10011001 1001110 110010 0 101000 11011011 1000000 100101

Color Harmonies of #224C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224C99

Black with #224C99

Text Example


Text Example

White with #224C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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