Html Css Color HEX #24608A Endeavour

📋 copy color: '#24608A'

red 36 ◦ green 96 ◦ blue 138

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

Shades of Endeavour #24608A

Tints of Endeavour #24608A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.56%

 BLUE value IS 138 (54.3% from 255) = 51.11%

R = 13.33%
G = 35.56%
B = 51.11%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#24608A (or 0x24608A) is known color: Endeavour. HEX triplet: 24, 60 and 8A. RGB value is (36,96,138). Sum of RGB (Red+Green+Blue) = 36+96+138=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 138 (54.30% from 255 or 51.11% from 270); Max value from RGB is 138 - color contains mainly: blue. Hex color #24608A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24608A is #DB9F75. Grayscale: #525252. Windows color (decimal): -14393206 or 9068580. OLE color: 9068580.

HSL color Cylindrical-coordinate representation of color #24608A: hue angle of 204.71º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24608A is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 96 138 -
CMYK 0.74 0.30 0 0.46
HSL 204.71º 0.59% 0.34% -
HSV(B) 204.71º 0.74% 0.54% -
XYZ 9.5 10.58 25.59 -
YUV 82.85 159.12 94.58 -
System Red Green Blue C M Y K H S L
Decimal 36 96 138 0.74 0.30 0 0.46 204.71 0.59 0.34
Hex 24 60 8A 4A 1E 0 2E CD 3B 22
Octal 44 140 212 112 36 0 56 315 73 42
Binary 100100 1100000 10001010 1001010 11110 0 101110 11001101 111011 100010

Color Harmonies of #24608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24608A

Black with #24608A

Text Example


Text Example

White with #24608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24608A; }

 p { color: rgb(36,96,138); }

 H1.HeaderClassName
 {
   color: #24608A;
 }
 .AnyTagClassName
 {
   color: #24608A;
 }
</style>

background-color css

<style>
 a { background-color: #24608A; }

 a { background-color: rgb(36,96,138); }

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

border-color css

<style>
 span { border-color: #24608A; }

 span { border-color: rgb(36,96,138); }

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