Html Css Color HEX #24518C Endeavour

📋 copy color: '#24518C'

red 36 ◦ green 81 ◦ blue 140

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

Shades of Endeavour #24518C

Tints of Endeavour #24518C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 54.47%

R = 14.01%
G = 31.52%
B = 54.47%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24518C (or 0x24518C) is known color: Endeavour. HEX triplet: 24, 51 and 8C. RGB value is (36,81,140). Sum of RGB (Red+Green+Blue) = 36+81+140=257 (34% of max value = 765). Red value is 36 (14.45% from 255 or 14.01% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #24518C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24518C is #DBAE73. Grayscale: #494949. Windows color (decimal): -14397044 or 9195812. OLE color: 9195812.

HSL color Cylindrical-coordinate representation of color #24518C: hue angle of 214.04º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24518C is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 81 140 -
CMYK 0.74 0.42 0 0.45
HSL 214.04º 0.59% 0.35% -
HSV(B) 214.04º 0.74% 0.55% -
XYZ 8.4 8.15 25.94 -
YUV 74.27 165.09 100.7 -
System Red Green Blue C M Y K H S L
Decimal 36 81 140 0.74 0.42 0 0.45 214.04 0.59 0.35
Hex 24 51 8C 4A 2A 0 2D D6 3B 23
Octal 44 121 214 112 52 0 55 326 73 43
Binary 100100 1010001 10001100 1001010 101010 0 101101 11010110 111011 100011

Color Harmonies of #24518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24518C

Black with #24518C

Text Example


Text Example

White with #24518C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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