Html Css Color HEX #24518B Endeavour

📋 copy color: '#24518B'

red 36 ◦ green 81 ◦ blue 139

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

Shades of Endeavour #24518B

Tints of Endeavour #24518B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 54.3%

R = 14.06%
G = 31.64%
B = 54.3%

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

#24518B (or 0x24518B) is known color: Endeavour. HEX triplet: 24, 51 and 8B. RGB value is (36,81,139). Sum of RGB (Red+Green+Blue) = 36+81+139=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #24518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24518B is #DBAE74. Grayscale: #494949. Windows color (decimal): -14397045 or 9130276. OLE color: 9130276.

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

Color convert

RGB 36 81 139 -
CMYK 0.74 0.42 0 0.45
HSL 213.79º 0.59% 0.34% -
HSV(B) 213.79º 0.74% 0.55% -
XYZ 8.33 8.12 25.56 -
YUV 74.16 164.59 100.78 -
System Red Green Blue C M Y K H S L
Decimal 36 81 139 0.74 0.42 0 0.45 213.79 0.59 0.34
Hex 24 51 8B 4A 2A 0 2D D6 3B 22
Octal 44 121 213 112 52 0 55 326 73 42
Binary 100100 1010001 10001011 1001010 101010 0 101101 11010110 111011 100010

Color Harmonies of #24518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24518B

Black with #24518B

Text Example


Text Example

White with #24518B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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