Html Css Color HEX #24569A Endeavour

📋 copy color: '#24569A'

red 36 ◦ green 86 ◦ blue 154

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

Shades of Endeavour #24569A

Tints of Endeavour #24569A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.16%

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

R = 13.04%
G = 31.16%
B = 55.8%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#24569A (or 0x24569A) is known color: Endeavour. HEX triplet: 24, 56 and 9A. RGB value is (36,86,154). Sum of RGB (Red+Green+Blue) = 36+86+154=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #24569A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24569A is #DBA965. Grayscale: #4E4E4E. Windows color (decimal): -14395750 or 10114596. OLE color: 10114596.

HSL color Cylindrical-coordinate representation of color #24569A: hue angle of 214.58º 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 #24569A is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 36 86 154 -
CMYK 0.77 0.44 0 0.40
HSL 214.58º 0.62% 0.37% -
HSV(B) 214.58º 0.77% 0.6% -
XYZ 9.89 9.36 31.86 -
YUV 78.8 170.44 97.47 -
System Red Green Blue C M Y K H S L
Decimal 36 86 154 0.77 0.44 0 0.40 214.58 0.62 0.37
Hex 24 56 9A 4D 2C 0 28 D7 3E 25
Octal 44 126 232 115 54 0 50 327 76 45
Binary 100100 1010110 10011010 1001101 101100 0 101000 11010111 111110 100101

Color Harmonies of #24569A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24569A

Black with #24569A

Text Example


Text Example

White with #24569A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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