#245A8D

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

Shades of Endeavour #245A8D

Tints of Endeavour #245A8D

Color information

#245A8D (or 0x245A8D) is unknown color: approx Endeavour. HEX triplet: 24, 5A and 8D. RGB value is (36,90,141). Sum of RGB (Red+Green+Blue) = 36+90+141=267 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.48% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #245A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245A8D is #DBA572. Grayscale: #4F4F4F. Windows color (decimal): -14394739 or 9263652. OLE color: 9263652.

HSL color Cylindrical-coordinate representation of color #245A8D: hue angle of 209.14º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #245A8D is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3690141-
CMYK0.740.3600.45
HSL209.14º59.32%34.71%-
HSV(B)209.14º74.47%55.29%-
XYZ9.199.6126.57-
YUV79.67162.6196.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.48%
GREEN value IS 90 (35.55% from 255) = 33.71%
BLUE value IS 141 (55.47% from 255) = 52.81%
R=13.48%
G=33.71%
B=52.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal36901410.740.3600.45209.1459.3234.71
Hex245A8D4A2402Dd13b23
Octal44132215112440553217343
Binary1001001011010100011011001010100100010110111010001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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