Html Css Color HEX #24519C Endeavour

📋 copy color: '#24519C'

red 36 ◦ green 81 ◦ blue 156

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

Shades of Endeavour #24519C

Tints of Endeavour #24519C

RGB

 RED value IS 36 (14.45% from 255) = 13.19%

 GREEN value IS 81 (32.03% from 255) = 29.67%

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

R = 13.19%
G = 29.67%
B = 57.14%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24519C (or 0x24519C) is known color: Endeavour. HEX triplet: 24, 51 and 9C. RGB value is (36,81,156). Sum of RGB (Red+Green+Blue) = 36+81+156=273 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.19% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #24519C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24519C is #DBAE63. Grayscale: #4B4B4B. Windows color (decimal): -14397028 or 10244388. OLE color: 10244388.

HSL color Cylindrical-coordinate representation of color #24519C: hue angle of 217.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24519C is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 36 81 156 -
CMYK 0.77 0.48 0 0.39
HSL 217.5º 0.63% 0.38% -
HSV(B) 217.5º 0.77% 0.61% -
XYZ 9.67 8.66 32.61 -
YUV 76.1 173.09 99.4 -
System Red Green Blue C M Y K H S L
Decimal 36 81 156 0.77 0.48 0 0.39 217.5 0.63 0.38
Hex 24 51 9C 4D 30 0 27 DA 3E 26
Octal 44 121 234 115 60 0 47 332 76 46
Binary 100100 1010001 10011100 1001101 110000 0 100111 11011010 111110 100110

Color Harmonies of #24519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24519C

Black with #24519C

Text Example


Text Example

White with #24519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24519C; }

 p { color: rgb(36,81,156); }

 H1.HeaderClassName
 {
   color: #24519C;
 }
 .AnyTagClassName
 {
   color: #24519C;
 }
</style>

background-color css

<style>
 a { background-color: #24519C; }

 a { background-color: rgb(36,81,156); }

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

border-color css

<style>
 span { border-color: #24519C; }

 span { border-color: rgb(36,81,156); }

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