#345895

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

Shades of Endeavour #345895

Tints of Endeavour #345895

Color information

#345895 (or 0x345895) is unknown color: approx Endeavour. HEX triplet: 34, 58 and 95. RGB value is (52,88,149). Sum of RGB (Red+Green+Blue) = 52+88+149=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #345895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345895 is #CBA76A. Grayscale: #535353. Windows color (decimal): -13346667 or 9787444. OLE color: 9787444.

HSL color Cylindrical-coordinate representation of color #345895: hue angle of 217.73º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #345895 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5288149-
CMYK0.650.4100.42
HSL217.73º48.26%39.41%-
HSV(B)217.73º65.1%58.43%-
XYZ10.339.8829.8-
YUV84.19164.57105.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.99%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 149 (58.59% from 255) = 51.56%
R=17.99%
G=30.45%
B=51.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52881490.650.4100.42217.7348.2639.41
Hex345895412902Ada3027
Octal64130225101510523326047
Binary1101001011000100101011000001101001010101011011010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345895; }

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

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

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

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

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

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

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

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