Html Css Color HEX #224C9C Endeavour

📋 copy color: '#224C9C'

red 34 ◦ green 76 ◦ blue 156

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

Shades of Endeavour #224C9C

Tints of Endeavour #224C9C

RGB

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

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

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

R = 12.78%
G = 28.57%
B = 58.65%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#224C9C (or 0x224C9C) is known color: Endeavour. HEX triplet: 22, 4C and 9C. RGB value is (34,76,156). Sum of RGB (Red+Green+Blue) = 34+76+156=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 156 (61.33% from 255 or 58.65% from 266); Max value from RGB is 156 - color contains mainly: blue. Hex color #224C9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224C9C is #DDB363. Grayscale: #484848. Windows color (decimal): -14529380 or 10243106. OLE color: 10243106.

HSL color Cylindrical-coordinate representation of color #224C9C: hue angle of 219.34º 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 #224C9C is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 34 76 156 -
CMYK 0.78 0.51 0 0.39
HSL 219.34º 0.64% 0.37% -
HSV(B) 219.34º 0.78% 0.61% -
XYZ 9.24 7.91 32.49 -
YUV 72.56 175.09 100.5 -
System Red Green Blue C M Y K H S L
Decimal 34 76 156 0.78 0.51 0 0.39 219.34 0.64 0.37
Hex 22 4C 9C 4E 33 0 27 DB 40 25
Octal 42 114 234 116 63 0 47 333 100 45
Binary 100010 1001100 10011100 1001110 110011 0 100111 11011011 1000000 100101

Color Harmonies of #224C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224C9C

Black with #224C9C

Text Example


Text Example

White with #224C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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