Html Css Color HEX #24648F Endeavour

📋 copy color: '#24648F'

red 36 ◦ green 100 ◦ blue 143

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

Shades of Endeavour #24648F

Tints of Endeavour #24648F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.84%

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

R = 12.9%
G = 35.84%
B = 51.25%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#24648F (or 0x24648F) is known color: Endeavour. HEX triplet: 24, 64 and 8F. RGB value is (36,100,143). Sum of RGB (Red+Green+Blue) = 36+100+143=279 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.90% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 143 (56.25% from 255 or 51.25% from 279); Max value from RGB is 143 - color contains mainly: blue. Hex color #24648F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24648F is #DB9B70. Grayscale: #555555. Windows color (decimal): -14392177 or 9397284. OLE color: 9397284.

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

Color convert

RGB 36 100 143 -
CMYK 0.75 0.30 0 0.44
HSL 204.11º 0.6% 0.35% -
HSV(B) 204.11º 0.75% 0.56% -
XYZ 10.24 11.47 27.66 -
YUV 85.77 160.3 92.5 -
System Red Green Blue C M Y K H S L
Decimal 36 100 143 0.75 0.30 0 0.44 204.11 0.6 0.35
Hex 24 64 8F 4B 1E 0 2C CC 3C 23
Octal 44 144 217 113 36 0 54 314 74 43
Binary 100100 1100100 10001111 1001011 11110 0 101100 11001100 111100 100011

Color Harmonies of #24648F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24648F

Black with #24648F

Text Example


Text Example

White with #24648F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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