#245299

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

Shades of Endeavour #245299

Tints of Endeavour #245299

Color information

#245299 (or 0x245299) is unknown color: approx Endeavour. HEX triplet: 24, 52 and 99. RGB value is (36,82,153). Sum of RGB (Red+Green+Blue) = 36+82+153=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #245299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245299 is #DBAD66. Grayscale: #4C4C4C. Windows color (decimal): -14396775 or 10048036. OLE color: 10048036.

HSL color Cylindrical-coordinate representation of color #245299: hue angle of 216.41º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245299 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3682153-
CMYK0.760.4600.4
HSL216.41º61.9%37.06%-
HSV(B)216.41º76.47%60%-
XYZ9.498.7131.32-
YUV76.34171.2699.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.28%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 153 (60.16% from 255) = 56.46%
R=13.28%
G=30.26%
B=56.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal36821530.760.4600.4216.4161.937.06
Hex2452994C2E028d83e25
Octal44122231114560503307645
Binary1001001010010100110011001100101110010100011011000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245299; }

 p { color: rgb(36,82,153); }

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

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

 a { background-color: rgb(36,82,153); }

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

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

 span { border-color: rgb(36,82,153); }

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