#245592

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

Shades of Endeavour #245592

Tints of Endeavour #245592

Color information

#245592 (or 0x245592) is unknown color: approx Endeavour. HEX triplet: 24, 55 and 92. RGB value is (36,85,146). Sum of RGB (Red+Green+Blue) = 36+85+146=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #245592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245592 is #DBAA6D. Grayscale: #4D4D4D. Windows color (decimal): -14396014 or 9590052. OLE color: 9590052.

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

Color convert

RGB3685146-
CMYK0.750.4200.43
HSL213.27º60.44%35.69%-
HSV(B)213.27º75.34%57.25%-
XYZ9.168.9528.44-
YUV77.3166.7798.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.48%
GREEN value IS 85 (33.59% from 255) = 31.84%
BLUE value IS 146 (57.42% from 255) = 54.68%
R=13.48%
G=31.84%
B=54.68%

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
Decimal36851460.750.4200.43213.2760.4435.69
Hex2455924B2A02Bd53c24
Octal44125222113520533257444
Binary1001001010101100100101001011101010010101111010101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245592; }

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

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

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

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

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

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

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

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