#24569b

Color #24569B Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #24569B

Tints of Endeavour #24569B

Color information

#24569B (or 0x24569B) is unknown color: approx Endeavour. HEX triplet: 24, 56 and 9B. RGB value is (36,86,155). Sum of RGB (Red+Green+Blue) = 36+86+155=277 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.00% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #24569B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #24569B is #DBA964. Grayscale: #4E4E4E. Windows color (decimal): -14395749 or 10180132. OLE color: 10180132.

HSL color Cylindrical-coordinate representation of color #24569B: hue angle of 214.79º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24569B is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3686155-
CMYK0.770.4500.39
HSL214.79º62.3%37.45%-
HSV(B)214.79º76.77%60.78%-
XYZ9.979.432.3-
YUV78.92170.9497.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.00%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 155 (60.94% from 255) = 55.96%
R=13.00%
G=31.05%
B=55.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal36861550.770.4500.39214.7962.337.45
Hex24569B4D2D027d73e25
Octal44126233115550473277645
Binary1001001010110100110111001101101101010011111010111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24569b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #24569b;
 }
 .AnyTagClassName
 {
   color: #24569b;
 }
</style>
background-color css

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

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

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

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

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

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