Html Css Color HEX #24538D Endeavour

📋 copy color: '#24538D'

red 36 ◦ green 83 ◦ blue 141

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

Shades of Endeavour #24538D

Tints of Endeavour #24538D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 54.23%

R = 13.85%
G = 31.92%
B = 54.23%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24538D (or 0x24538D) is known color: Endeavour. HEX triplet: 24, 53 and 8D. RGB value is (36,83,141). Sum of RGB (Red+Green+Blue) = 36+83+141=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #24538D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24538D is #DBAC72. Grayscale: #4B4B4B. Windows color (decimal): -14396531 or 9261860. OLE color: 9261860.

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

Color convert

RGB 36 83 141 -
CMYK 0.74 0.41 0 0.45
HSL 213.14º 0.59% 0.35% -
HSV(B) 213.14º 0.74% 0.55% -
XYZ 8.63 8.48 26.38 -
YUV 75.56 164.93 99.78 -
System Red Green Blue C M Y K H S L
Decimal 36 83 141 0.74 0.41 0 0.45 213.14 0.59 0.35
Hex 24 53 8D 4A 29 0 2D D5 3B 23
Octal 44 123 215 112 51 0 55 325 73 43
Binary 100100 1010011 10001101 1001010 101001 0 101101 11010101 111011 100011

Color Harmonies of #24538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24538D

Black with #24538D

Text Example


Text Example

White with #24538D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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