#245098

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

Shades of Endeavour #245098

Tints of Endeavour #245098

Color information

#245098 (or 0x245098) is unknown color: approx Endeavour. HEX triplet: 24, 50 and 98. RGB value is (36,80,152). Sum of RGB (Red+Green+Blue) = 36+80+152=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #245098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245098 is #DBAF67. Grayscale: #4A4A4A. Windows color (decimal): -14397288 or 9981988. OLE color: 9981988.

HSL color Cylindrical-coordinate representation of color #245098: hue angle of 217.24º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #245098 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3680152-
CMYK0.760.4700.40
HSL217.24º61.7%36.86%-
HSV(B)217.24º76.32%59.61%-
XYZ9.268.3830.83-
YUV75.05171.42100.15-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.43%
GREEN value IS 80 (31.64% from 255) = 29.85%
BLUE value IS 152 (59.77% from 255) = 56.72%
R=13.43%
G=29.85%
B=56.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal36801520.760.4700.40217.2461.736.86
Hex2450984C2F028d93e25
Octal44120230114570503317645
Binary1001001010000100110001001100101111010100011011001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245098; }

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

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

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

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

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

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

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

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