#245D95

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

Shades of Endeavour #245D95

Tints of Endeavour #245D95

Color information

#245D95 (or 0x245D95) is unknown color: approx Endeavour. HEX triplet: 24, 5D and 95. RGB value is (36,93,149). Sum of RGB (Red+Green+Blue) = 36+93+149=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #245D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245D95 is #DBA26A. Grayscale: #525252. Windows color (decimal): -14393963 or 9788708. OLE color: 9788708.

HSL color Cylindrical-coordinate representation of color #245D95: hue angle of 209.73º 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 #245D95 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3693149-
CMYK0.760.3800.42
HSL209.73º61.08%36.27%-
HSV(B)209.73º75.84%58.43%-
XYZ10.0710.3729.91-
YUV82.34165.6294.95-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.95%
GREEN value IS 93 (36.72% from 255) = 33.45%
BLUE value IS 149 (58.59% from 255) = 53.60%
R=12.95%
G=33.45%
B=53.60%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36931490.760.3800.42209.7361.0836.27
Hex245D954C2602Ad23d24
Octal44135225114460523227544
Binary1001001011101100101011001100100110010101011010010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245D95; }

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

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

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

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

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

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

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

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