#245088

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

Shades of Endeavour #245088

Tints of Endeavour #245088

Color information

#245088 (or 0x245088) is unknown color: approx Endeavour. HEX triplet: 24, 50 and 88. RGB value is (36,80,136). Sum of RGB (Red+Green+Blue) = 36+80+136=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #245088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245088 is #DBAF77. Grayscale: #484848. Windows color (decimal): -14397304 or 8933412. OLE color: 8933412.

HSL color Cylindrical-coordinate representation of color #245088: hue angle of 213.6º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #245088 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3680136-
CMYK0.740.4100.47
HSL213.6º58.14%33.73%-
HSV(B)213.6º73.53%53.33%-
XYZ8.047.8924.39-
YUV73.23163.42101.45-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.29%
GREEN value IS 80 (31.64% from 255) = 31.75%
BLUE value IS 136 (53.52% from 255) = 53.97%
R=14.29%
G=31.75%
B=53.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal36801360.740.4100.47213.658.1433.73
Hex2450884A2902Fd63a22
Octal44120210112510573267242
Binary1001001010000100010001001010101001010111111010110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245088; }

 p { color: rgb(36,80,136); }

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

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

 a { background-color: rgb(36,80,136); }

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

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

 span { border-color: rgb(36,80,136); }

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