#245A8F

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

Shades of Endeavour #245A8F

Tints of Endeavour #245A8F

Color information

#245A8F (or 0x245A8F) is unknown color: approx Endeavour. HEX triplet: 24, 5A and 8F. RGB value is (36,90,143). Sum of RGB (Red+Green+Blue) = 36+90+143=269 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.38% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 143 (56.25% from 255 or 53.16% from 269); Max value from RGB is 143 - color contains mainly: blue. Hex color #245A8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245A8F is #DBA570. Grayscale: #4F4F4F. Windows color (decimal): -14394737 or 9394724. OLE color: 9394724.

HSL color Cylindrical-coordinate representation of color #245A8F: hue angle of 209.72º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #245A8F is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3690143-
CMYK0.750.3700.44
HSL209.72º59.78%35.1%-
HSV(B)209.72º74.83%56.08%-
XYZ9.349.6727.36-
YUV79.9163.6196.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.38%
GREEN value IS 90 (35.55% from 255) = 33.46%
BLUE value IS 143 (56.25% from 255) = 53.16%
R=13.38%
G=33.46%
B=53.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36901430.750.3700.44209.7259.7835.1
Hex245A8F4B2502Cd23c23
Octal44132217113450543227443
Binary1001001011010100011111001011100101010110011010010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245A8F; }

 p { color: rgb(36,90,143); }

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

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

 a { background-color: rgb(36,90,143); }

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

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

 span { border-color: rgb(36,90,143); }

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