#245791

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

Shades of Endeavour #245791

Tints of Endeavour #245791

Color information

#245791 (or 0x245791) is unknown color: approx Endeavour. HEX triplet: 24, 57 and 91. RGB value is (36,87,145). Sum of RGB (Red+Green+Blue) = 36+87+145=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #245791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245791 is #DBA86E. Grayscale: #4E4E4E. Windows color (decimal): -14395503 or 9525028. OLE color: 9525028.

HSL color Cylindrical-coordinate representation of color #245791: hue angle of 211.93º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #245791 is Cyan = 0.75, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3687145-
CMYK0.750.400.43
HSL211.93º60.22%35.49%-
HSV(B)211.93º75.17%56.86%-
XYZ9.259.2428.08-
YUV78.36165.697.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.43%
GREEN value IS 87 (34.38% from 255) = 32.46%
BLUE value IS 145 (57.03% from 255) = 54.10%
R=13.43%
G=32.46%
B=54.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal36871450.750.400.43211.9360.2235.49
Hex2457914B2802Bd43c23
Octal44127221113500533247443
Binary1001001010111100100011001011101000010101111010100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245791; }

 p { color: rgb(36,87,145); }

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

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

 a { background-color: rgb(36,87,145); }

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

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

 span { border-color: rgb(36,87,145); }

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