Html Css Color HEX #24628C Endeavour

📋 copy color: '#24628C'

red 36 ◦ green 98 ◦ blue 140

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

Shades of Endeavour #24628C

Tints of Endeavour #24628C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.77%

 BLUE value IS 140 (55.08% from 255) = 51.09%

R = 13.14%
G = 35.77%
B = 51.09%

CMYK

 C value IS 0.74

 M value IS 0.3

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24628C (or 0x24628C) is known color: Endeavour. HEX triplet: 24, 62 and 8C. RGB value is (36,98,140). Sum of RGB (Red+Green+Blue) = 36+98+140=274 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.14% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #24628C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24628C is #DB9D73. Grayscale: #545454. Windows color (decimal): -14392692 or 9200164. OLE color: 9200164.

HSL color Cylindrical-coordinate representation of color #24628C: hue angle of 204.23º 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 #24628C is Cyan = 0.74, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 98 140 -
CMYK 0.74 0.3 0 0.45
HSL 204.23º 0.59% 0.35% -
HSV(B) 204.23º 0.74% 0.55% -
XYZ 9.83 11 26.42 -
YUV 84.25 159.46 93.58 -
System Red Green Blue C M Y K H S L
Decimal 36 98 140 0.74 0.3 0 0.45 204.23 0.59 0.35
Hex 24 62 8C 4A 1E 0 2D CC 3B 23
Octal 44 142 214 112 36 0 55 314 73 43
Binary 100100 1100010 10001100 1001010 11110 0 101101 11001100 111011 100011

Color Harmonies of #24628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24628C

Black with #24628C

Text Example


Text Example

White with #24628C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24628C; }

 p { color: rgb(36,98,140); }

 H1.HeaderClassName
 {
   color: #24628C;
 }
 .AnyTagClassName
 {
   color: #24628C;
 }
</style>

background-color css

<style>
 a { background-color: #24628C; }

 a { background-color: rgb(36,98,140); }

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

border-color css

<style>
 span { border-color: #24628C; }

 span { border-color: rgb(36,98,140); }

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