#245CA1

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

Shades of Endeavour #245CA1

Tints of Endeavour #245CA1

Color information

#245CA1 (or 0x245CA1) is unknown color: approx Endeavour. HEX triplet: 24, 5C and A1. RGB value is (36,92,161). Sum of RGB (Red+Green+Blue) = 36+92+161=289 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.46% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 161 (63.28% from 255 or 55.71% from 289); Max value from RGB is 161 - color contains mainly: blue. Hex color #245CA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245CA1 is #DBA35E. Grayscale: #525252. Windows color (decimal): -14394207 or 10574884. OLE color: 10574884.

HSL color Cylindrical-coordinate representation of color #245CA1: hue angle of 213.12º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #245CA1 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3692161-
CMYK0.780.4300.37
HSL213.12º63.45%38.63%-
HSV(B)213.12º77.64%63.14%-
XYZ10.9910.635.19-
YUV83.12171.9594.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.46%
GREEN value IS 92 (36.33% from 255) = 31.83%
BLUE value IS 161 (63.28% from 255) = 55.71%
R=12.46%
G=31.83%
B=55.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal36921610.780.4300.37213.1263.4538.63
Hex245CA14E2B025d53f27
Octal44134241116530453257747
Binary1001001011100101000011001110101011010010111010101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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