Html Css Color HEX #24538F Endeavour

📋 copy color: '#24538F'

red 36 ◦ green 83 ◦ blue 143

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

Shades of Endeavour #24538F

Tints of Endeavour #24538F

RGB

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

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

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

R = 13.74%
G = 31.68%
B = 54.58%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#24538F (or 0x24538F) is known color: Endeavour. HEX triplet: 24, 53 and 8F. RGB value is (36,83,143). Sum of RGB (Red+Green+Blue) = 36+83+143=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 143 (56.25% from 255 or 54.58% from 262); Max value from RGB is 143 - color contains mainly: blue. Hex color #24538F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24538F is #DBAC70. Grayscale: #4B4B4B. Windows color (decimal): -14396529 or 9392932. OLE color: 9392932.

HSL color Cylindrical-coordinate representation of color #24538F: hue angle of 213.64º 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 #24538F is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 83 143 -
CMYK 0.75 0.42 0 0.44
HSL 213.64º 0.6% 0.35% -
HSV(B) 213.64º 0.75% 0.56% -
XYZ 8.78 8.54 27.17 -
YUV 75.79 165.93 99.62 -
System Red Green Blue C M Y K H S L
Decimal 36 83 143 0.75 0.42 0 0.44 213.64 0.6 0.35
Hex 24 53 8F 4B 2A 0 2C D6 3C 23
Octal 44 123 217 113 52 0 54 326 74 43
Binary 100100 1010011 10001111 1001011 101010 0 101100 11010110 111100 100011

Color Harmonies of #24538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24538F

Black with #24538F

Text Example


Text Example

White with #24538F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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