#245095

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

Shades of Endeavour #245095

Tints of Endeavour #245095

Color information

#245095 (or 0x245095) is unknown color: approx Endeavour. HEX triplet: 24, 50 and 95. RGB value is (36,80,149). Sum of RGB (Red+Green+Blue) = 36+80+149=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #245095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245095 is #DBAF6A. Grayscale: #4A4A4A. Windows color (decimal): -14397291 or 9785380. OLE color: 9785380.

HSL color Cylindrical-coordinate representation of color #245095: hue angle of 216.64º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245095 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3680149-
CMYK0.760.4600.42
HSL216.64º61.08%36.27%-
HSV(B)216.64º75.84%58.43%-
XYZ9.028.2829.56-
YUV74.71169.92100.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.58%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 149 (58.59% from 255) = 56.23%
R=13.58%
G=30.19%
B=56.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36801490.760.4600.42216.6461.0836.27
Hex2450954C2E02Ad93d24
Octal44120225114560523317544
Binary1001001010000100101011001100101110010101011011001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245095; }

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

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

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

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

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

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

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

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