Html Css Color HEX #224A9C Endeavour

📋 copy color: '#224A9C'

red 34 ◦ green 74 ◦ blue 156

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

Shades of Endeavour #224A9C

Tints of Endeavour #224A9C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.03%

 BLUE value IS 156 (61.33% from 255) = 59.09%

R = 12.88%
G = 28.03%
B = 59.09%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#224A9C (or 0x224A9C) is known color: Endeavour. HEX triplet: 22, 4A and 9C. RGB value is (34,74,156). Sum of RGB (Red+Green+Blue) = 34+74+156=264 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.88% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #224A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224A9C is #DDB563. Grayscale: #474747. Windows color (decimal): -14529892 or 10242594. OLE color: 10242594.

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

Color convert

RGB 34 74 156 -
CMYK 0.78 0.53 0 0.39
HSL 220.33º 0.64% 0.37% -
HSV(B) 220.33º 0.78% 0.61% -
XYZ 9.11 7.64 32.45 -
YUV 71.39 175.75 101.33 -
System Red Green Blue C M Y K H S L
Decimal 34 74 156 0.78 0.53 0 0.39 220.33 0.64 0.37
Hex 22 4A 9C 4E 35 0 27 DC 40 25
Octal 42 112 234 116 65 0 47 334 100 45
Binary 100010 1001010 10011100 1001110 110101 0 100111 11011100 1000000 100101

Color Harmonies of #224A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224A9C

Black with #224A9C

Text Example


Text Example

White with #224A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,74,156); }

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

background-color css

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

 a { background-color: rgb(34,74,156); }

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

border-color css

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

 span { border-color: rgb(34,74,156); }

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