Html Css Color HEX #24518A Endeavour

📋 copy color: '#24518A'

red 36 ◦ green 81 ◦ blue 138

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

Shades of Endeavour #24518A

Tints of Endeavour #24518A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 54.12%

R = 14.12%
G = 31.76%
B = 54.12%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#24518A (or 0x24518A) is known color: Endeavour. HEX triplet: 24, 51 and 8A. RGB value is (36,81,138). Sum of RGB (Red+Green+Blue) = 36+81+138=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #24518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24518A is #DBAE75. Grayscale: #494949. Windows color (decimal): -14397046 or 9064740. OLE color: 9064740.

HSL color Cylindrical-coordinate representation of color #24518A: hue angle of 213.53º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24518A is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 81 138 -
CMYK 0.74 0.41 0 0.46
HSL 213.53º 0.59% 0.34% -
HSV(B) 213.53º 0.74% 0.54% -
XYZ 8.26 8.09 25.17 -
YUV 74.04 164.09 100.87 -
System Red Green Blue C M Y K H S L
Decimal 36 81 138 0.74 0.41 0 0.46 213.53 0.59 0.34
Hex 24 51 8A 4A 29 0 2E D6 3B 22
Octal 44 121 212 112 51 0 56 326 73 42
Binary 100100 1010001 10001010 1001010 101001 0 101110 11010110 111011 100010

Color Harmonies of #24518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24518A

Black with #24518A

Text Example


Text Example

White with #24518A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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