#245492

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

Shades of Endeavour #245492

Tints of Endeavour #245492

Color information

#245492 (or 0x245492) is unknown color: approx Endeavour. HEX triplet: 24, 54 and 92. RGB value is (36,84,146). Sum of RGB (Red+Green+Blue) = 36+84+146=266 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.53% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #245492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245492 is #DBAB6D. Grayscale: #4C4C4C. Windows color (decimal): -14396270 or 9589796. OLE color: 9589796.

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

Color convert

RGB3684146-
CMYK0.750.4200.43
HSL213.82º60.44%35.69%-
HSV(B)213.82º75.34%57.25%-
XYZ9.098.7928.41-
YUV76.72167.198.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.53%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 146 (57.42% from 255) = 54.89%
R=13.53%
G=31.58%
B=54.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal36841460.750.4200.43213.8260.4435.69
Hex2454924B2A02Bd63c24
Octal44124222113520533267444
Binary1001001010100100100101001011101010010101111010110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245492; }

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

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

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

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

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

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

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

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