Html Css Color HEX #24549D Endeavour

📋 copy color: '#24549D'

red 36 ◦ green 84 ◦ blue 157

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

Shades of Endeavour #24549D

Tints of Endeavour #24549D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.32%

 BLUE value IS 157 (61.72% from 255) = 56.68%

R = 13%
G = 30.32%
B = 56.68%

CMYK

 C value IS 0.77

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#24549D (or 0x24549D) is known color: Endeavour. HEX triplet: 24, 54 and 9D. RGB value is (36,84,157). Sum of RGB (Red+Green+Blue) = 36+84+157=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #24549D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24549D is #DBAB62. Grayscale: #4D4D4D. Windows color (decimal): -14396259 or 10310692. OLE color: 10310692.

HSL color Cylindrical-coordinate representation of color #24549D: hue angle of 216.2º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24549D is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 84 157 -
CMYK 0.77 0.46 0 0.38
HSL 216.2º 0.63% 0.38% -
HSV(B) 216.2º 0.77% 0.62% -
XYZ 9.98 9.15 33.14 -
YUV 77.97 172.6 98.06 -
System Red Green Blue C M Y K H S L
Decimal 36 84 157 0.77 0.46 0 0.38 216.2 0.63 0.38
Hex 24 54 9D 4D 2E 0 26 D8 3F 26
Octal 44 124 235 115 56 0 46 330 77 46
Binary 100100 1010100 10011101 1001101 101110 0 100110 11011000 111111 100110

Color Harmonies of #24549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24549D

Black with #24549D

Text Example


Text Example

White with #24549D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24549D; }

 p { color: rgb(36,84,157); }

 H1.HeaderClassName
 {
   color: #24549D;
 }
 .AnyTagClassName
 {
   color: #24549D;
 }
</style>

background-color css

<style>
 a { background-color: #24549D; }

 a { background-color: rgb(36,84,157); }

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

border-color css

<style>
 span { border-color: #24549D; }

 span { border-color: rgb(36,84,157); }

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