#245E92

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

Shades of Endeavour #245E92

Tints of Endeavour #245E92

Color information

#245E92 (or 0x245E92) is unknown color: approx Endeavour. HEX triplet: 24, 5E and 92. RGB value is (36,94,146). Sum of RGB (Red+Green+Blue) = 36+94+146=276 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.04% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #245E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245E92 is #DBA16D. Grayscale: #525252. Windows color (decimal): -14393710 or 9592356. OLE color: 9592356.

HSL color Cylindrical-coordinate representation of color #245E92: hue angle of 208.36º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #245E92 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3694146-
CMYK0.750.3600.43
HSL208.36º60.44%35.69%-
HSV(B)208.36º75.34%57.25%-
XYZ9.9210.4628.69-
YUV82.59163.7894.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.04%
GREEN value IS 94 (37.11% from 255) = 34.06%
BLUE value IS 146 (57.42% from 255) = 52.90%
R=13.04%
G=34.06%
B=52.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal36941460.750.3600.43208.3660.4435.69
Hex245E924B2402Bd03c24
Octal44136222113440533207444
Binary1001001011110100100101001011100100010101111010000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,94,146); }

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

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

 a { background-color: rgb(36,94,146); }

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

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

 span { border-color: rgb(36,94,146); }

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