Html Css Color HEX #24548F Endeavour

📋 copy color: '#24548F'

red 36 ◦ green 84 ◦ blue 143

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

Shades of Endeavour #24548F

Tints of Endeavour #24548F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 54.37%

R = 13.69%
G = 31.94%
B = 54.37%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#24548F (or 0x24548F) is known color: Endeavour. HEX triplet: 24, 54 and 8F. RGB value is (36,84,143). Sum of RGB (Red+Green+Blue) = 36+84+143=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 143 (56.25% from 255 or 54.37% from 263); Max value from RGB is 143 - color contains mainly: blue. Hex color #24548F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24548F is #DBAB70. Grayscale: #4C4C4C. Windows color (decimal): -14396273 or 9393188. OLE color: 9393188.

HSL color Cylindrical-coordinate representation of color #24548F: hue angle of 213.08º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24548F is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 84 143 -
CMYK 0.75 0.41 0 0.44
HSL 213.08º 0.6% 0.35% -
HSV(B) 213.08º 0.75% 0.56% -
XYZ 8.86 8.7 27.2 -
YUV 76.37 165.6 99.2 -
System Red Green Blue C M Y K H S L
Decimal 36 84 143 0.75 0.41 0 0.44 213.08 0.6 0.35
Hex 24 54 8F 4B 29 0 2C D5 3C 23
Octal 44 124 217 113 51 0 54 325 74 43
Binary 100100 1010100 10001111 1001011 101001 0 101100 11010101 111100 100011

Color Harmonies of #24548F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24548F

Black with #24548F

Text Example


Text Example

White with #24548F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24548F; }

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

 H1.HeaderClassName
 {
   color: #24548F;
 }
 .AnyTagClassName
 {
   color: #24548F;
 }
</style>

background-color css

<style>
 a { background-color: #24548F; }

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

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

border-color css

<style>
 span { border-color: #24548F; }

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

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