#345B91

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

Shades of Endeavour #345B91

Tints of Endeavour #345B91

Color information

#345B91 (or 0x345B91) is unknown color: approx Endeavour. HEX triplet: 34, 5B and 91. RGB value is (52,91,145). Sum of RGB (Red+Green+Blue) = 52+91+145=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #345B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345B91 is #CBA46E. Grayscale: #555555. Windows color (decimal): -13345903 or 9526068. OLE color: 9526068.

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

Color convert

RGB5291145-
CMYK0.640.3700.43
HSL214.84º47.21%38.63%-
HSV(B)214.84º64.14%56.86%-
XYZ10.2710.2628.23-
YUV85.49161.58104.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.06%
GREEN value IS 91 (35.94% from 255) = 31.60%
BLUE value IS 145 (57.03% from 255) = 50.35%
R=18.06%
G=31.60%
B=50.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52911450.640.3700.43214.8447.2138.63
Hex345B91402502Bd72f27
Octal64133221100450533275747
Binary1101001011011100100011000000100101010101111010111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345B91; }

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

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

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

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

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

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

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

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