#245F93

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

Shades of Endeavour #245F93

Tints of Endeavour #245F93

Color information

#245F93 (or 0x245F93) is unknown color: approx Endeavour. HEX triplet: 24, 5F and 93. RGB value is (36,95,147). Sum of RGB (Red+Green+Blue) = 36+95+147=278 (36% of max value = 765). Red value is 36 (14.45% from 255 or 12.95% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 147 (57.81% from 255 or 52.88% from 278); Max value from RGB is 147 - color contains mainly: blue. Hex color #245F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245F93 is #DBA06C. Grayscale: #535353. Windows color (decimal): -14393453 or 9658148. OLE color: 9658148.

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

Color convert

RGB3695147-
CMYK0.760.3500.42
HSL208.11º60.66%35.88%-
HSV(B)208.11º75.51%57.65%-
XYZ10.0910.6729.13-
YUV83.29163.9594.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.95%
GREEN value IS 95 (37.5% from 255) = 34.17%
BLUE value IS 147 (57.81% from 255) = 52.88%
R=12.95%
G=34.17%
B=52.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36951470.760.3500.42208.1160.6635.88
Hex245F934C2302Ad03d24
Octal44137223114430523207544
Binary1001001011111100100111001100100011010101011010000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,95,147); }

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

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

 a { background-color: rgb(36,95,147); }

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

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

 span { border-color: rgb(36,95,147); }

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