Html Css Color HEX #24539B Endeavour

📋 copy color: '#24539B'

red 36 ◦ green 83 ◦ blue 155

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

Shades of Endeavour #24539B

Tints of Endeavour #24539B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.29%

 BLUE value IS 155 (60.94% from 255) = 56.57%

R = 13.14%
G = 30.29%
B = 56.57%

CMYK

 C value IS 0.77

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#24539B (or 0x24539B) is known color: Endeavour. HEX triplet: 24, 53 and 9B. RGB value is (36,83,155). Sum of RGB (Red+Green+Blue) = 36+83+155=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #24539B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24539B is #DBAC64. Grayscale: #4C4C4C. Windows color (decimal): -14396517 or 10179364. OLE color: 10179364.

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

Color convert

RGB 36 83 155 -
CMYK 0.77 0.46 0 0.39
HSL 216.3º 0.62% 0.37% -
HSV(B) 216.3º 0.77% 0.61% -
XYZ 9.74 8.93 32.22 -
YUV 77.16 171.93 98.65 -
System Red Green Blue C M Y K H S L
Decimal 36 83 155 0.77 0.46 0 0.39 216.3 0.62 0.37
Hex 24 53 9B 4D 2E 0 27 D8 3E 25
Octal 44 123 233 115 56 0 47 330 76 45
Binary 100100 1010011 10011011 1001101 101110 0 100111 11011000 111110 100101

Color Harmonies of #24539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24539B

Black with #24539B

Text Example


Text Example

White with #24539B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,83,155); }

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

background-color css

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

 a { background-color: rgb(36,83,155); }

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

border-color css

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

 span { border-color: rgb(36,83,155); }

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