#245BA1

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

Shades of Endeavour #245BA1

Tints of Endeavour #245BA1

Color information

#245BA1 (or 0x245BA1) is unknown color: approx Endeavour. HEX triplet: 24, 5B and A1. RGB value is (36,91,161). Sum of RGB (Red+Green+Blue) = 36+91+161=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 161 (63.28% from 255 or 55.90% from 288); Max value from RGB is 161 - color contains mainly: blue. Hex color #245BA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245BA1 is #DBA45E. Grayscale: #525252. Windows color (decimal): -14394463 or 10574628. OLE color: 10574628.

HSL color Cylindrical-coordinate representation of color #245BA1: hue angle of 213.6º 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 #245BA1 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3691161-
CMYK0.780.4300.37
HSL213.6º63.45%38.63%-
HSV(B)213.6º77.64%63.14%-
XYZ10.910.4335.16-
YUV82.54172.2894.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.5%
GREEN value IS 91 (35.94% from 255) = 31.60%
BLUE value IS 161 (63.28% from 255) = 55.90%
R=12.5%
G=31.60%
B=55.90%

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
Decimal36911610.780.4300.37213.663.4538.63
Hex245BA14E2B025d63f27
Octal44133241116530453267747
Binary1001001011011101000011001110101011010010111010110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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