#245097

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

Shades of Endeavour #245097

Tints of Endeavour #245097

Color information

#245097 (or 0x245097) is unknown color: approx Endeavour. HEX triplet: 24, 50 and 97. RGB value is (36,80,151). Sum of RGB (Red+Green+Blue) = 36+80+151=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 151 (59.38% from 255 or 56.55% from 267); Max value from RGB is 151 - color contains mainly: blue. Hex color #245097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245097 is #DBAF68. Grayscale: #4A4A4A. Windows color (decimal): -14397289 or 9916452. OLE color: 9916452.

HSL color Cylindrical-coordinate representation of color #245097: hue angle of 217.04º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245097 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3680151-
CMYK0.760.4700.41
HSL217.04º61.5%36.67%-
HSV(B)217.04º76.16%59.22%-
XYZ9.188.3530.41-
YUV74.94170.92100.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.48%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 151 (59.38% from 255) = 56.55%
R=13.48%
G=29.96%
B=56.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal36801510.760.4700.41217.0461.536.67
Hex2450974C2F029d93d25
Octal44120227114570513317545
Binary1001001010000100101111001100101111010100111011001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245097; }

 p { color: rgb(36,80,151); }

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

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

 a { background-color: rgb(36,80,151); }

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

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

 span { border-color: rgb(36,80,151); }

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