Html Css Color HEX #24629A Endeavour

📋 copy color: '#24629A'

red 36 ◦ green 98 ◦ blue 154

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

Shades of Endeavour #24629A

Tints of Endeavour #24629A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 53.47%

R = 12.5%
G = 34.03%
B = 53.47%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#24629A (or 0x24629A) is known color: Endeavour. HEX triplet: 24, 62 and 9A. RGB value is (36,98,154). Sum of RGB (Red+Green+Blue) = 36+98+154=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 154 (60.55% from 255 or 53.47% from 288); Max value from RGB is 154 - color contains mainly: blue. Hex color #24629A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24629A is #DB9D65. Grayscale: #555555. Windows color (decimal): -14392678 or 10117668. OLE color: 10117668.

HSL color Cylindrical-coordinate representation of color #24629A: hue angle of 208.47º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24629A is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 98 154 -
CMYK 0.77 0.36 0 0.40
HSL 208.47º 0.62% 0.37% -
HSV(B) 208.47º 0.77% 0.6% -
XYZ 10.93 11.44 32.2 -
YUV 85.85 166.46 92.45 -
System Red Green Blue C M Y K H S L
Decimal 36 98 154 0.77 0.36 0 0.40 208.47 0.62 0.37
Hex 24 62 9A 4D 24 0 28 D0 3E 25
Octal 44 142 232 115 44 0 50 320 76 45
Binary 100100 1100010 10011010 1001101 100100 0 101000 11010000 111110 100101

Color Harmonies of #24629A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24629A

Black with #24629A

Text Example


Text Example

White with #24629A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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