#345891

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

Shades of Endeavour #345891

Tints of Endeavour #345891

Color information

#345891 (or 0x345891) is unknown color: approx Endeavour. HEX triplet: 34, 58 and 91. RGB value is (52,88,145). Sum of RGB (Red+Green+Blue) = 52+88+145=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #345891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345891 is #CBA76E. Grayscale: #535353. Windows color (decimal): -13346671 or 9525300. OLE color: 9525300.

HSL color Cylindrical-coordinate representation of color #345891: hue angle of 216.77º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #345891 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5288145-
CMYK0.640.3900.43
HSL216.77º47.21%38.63%-
HSV(B)216.77º64.14%56.86%-
XYZ10.029.7528.14-
YUV83.73162.57105.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.25%
GREEN value IS 88 (34.77% from 255) = 30.88%
BLUE value IS 145 (57.03% from 255) = 50.88%
R=18.25%
G=30.88%
B=50.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52881450.640.3900.43216.7747.2138.63
Hex345891402702Bd92f27
Octal64130221100470533315747
Binary1101001011000100100011000000100111010101111011001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345891; }

 p { color: rgb(52,88,145); }

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

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

 a { background-color: rgb(52,88,145); }

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

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

 span { border-color: rgb(52,88,145); }

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