#245C8F

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

Shades of Endeavour #245C8F

Tints of Endeavour #245C8F

Color information

#245C8F (or 0x245C8F) is unknown color: approx Endeavour. HEX triplet: 24, 5C and 8F. RGB value is (36,92,143). Sum of RGB (Red+Green+Blue) = 36+92+143=271 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.28% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 143 (56.25% from 255 or 52.77% from 271); Max value from RGB is 143 - color contains mainly: blue. Hex color #245C8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245C8F is #DBA370. Grayscale: #505050. Windows color (decimal): -14394225 or 9395236. OLE color: 9395236.

HSL color Cylindrical-coordinate representation of color #245C8F: hue angle of 208.6º 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 #245C8F is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3692143-
CMYK0.750.3600.44
HSL208.6º59.78%35.1%-
HSV(B)208.6º74.83%56.08%-
XYZ9.5110.0127.42-
YUV81.07162.9595.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.28%
GREEN value IS 92 (36.33% from 255) = 33.95%
BLUE value IS 143 (56.25% from 255) = 52.77%
R=13.28%
G=33.95%
B=52.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal36921430.750.3600.44208.659.7835.1
Hex245C8F4B2402Cd13c23
Octal44134217113440543217443
Binary1001001011100100011111001011100100010110011010001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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