#245197

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

Shades of Endeavour #245197

Tints of Endeavour #245197

Color information

#245197 (or 0x245197) is unknown color: approx Endeavour. HEX triplet: 24, 51 and 97. RGB value is (36,81,151). Sum of RGB (Red+Green+Blue) = 36+81+151=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 151 (59.38% from 255 or 56.34% from 268); Max value from RGB is 151 - color contains mainly: blue. Hex color #245197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245197 is #DBAE68. Grayscale: #4B4B4B. Windows color (decimal): -14397033 or 9916708. OLE color: 9916708.

HSL color Cylindrical-coordinate representation of color #245197: hue angle of 216.52º 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 #245197 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3681151-
CMYK0.760.4600.41
HSL216.52º61.5%36.67%-
HSV(B)216.52º76.16%59.22%-
XYZ9.268.4930.43-
YUV75.52170.5999.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.43%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 151 (59.38% from 255) = 56.34%
R=13.43%
G=30.22%
B=56.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal36811510.760.4600.41216.5261.536.67
Hex2451974C2E029d93d25
Octal44121227114560513317545
Binary1001001010001100101111001100101110010100111011001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245197; }

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

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

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

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

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

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

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

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