#245292

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

Shades of Endeavour #245292

Tints of Endeavour #245292

Color information

#245292 (or 0x245292) is unknown color: approx Endeavour. HEX triplet: 24, 52 and 92. RGB value is (36,82,146). Sum of RGB (Red+Green+Blue) = 36+82+146=264 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.64% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #245292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245292 is #DBAD6D. Grayscale: #4B4B4B. Windows color (decimal): -14396782 or 9589284. OLE color: 9589284.

HSL color Cylindrical-coordinate representation of color #245292: hue angle of 214.91º 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 #245292 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3682146-
CMYK0.750.4400.43
HSL214.91º60.44%35.69%-
HSV(B)214.91º75.34%57.25%-
XYZ8.938.4828.36-
YUV75.54167.7699.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.64%
GREEN value IS 82 (32.42% from 255) = 31.06%
BLUE value IS 146 (57.42% from 255) = 55.30%
R=13.64%
G=31.06%
B=55.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal36821460.750.4400.43214.9160.4435.69
Hex2452924B2C02Bd73c24
Octal44122222113540533277444
Binary1001001010010100100101001011101100010101111010111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245292; }

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

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

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

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

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

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

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

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