#345994

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

Shades of Endeavour #345994

Tints of Endeavour #345994

Color information

#345994 (or 0x345994) is unknown color: approx Endeavour. HEX triplet: 34, 59 and 94. RGB value is (52,89,148). Sum of RGB (Red+Green+Blue) = 52+89+148=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #345994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345994 is #CBA66B. Grayscale: #545454. Windows color (decimal): -13346412 or 9722164. OLE color: 9722164.

HSL color Cylindrical-coordinate representation of color #345994: hue angle of 216.88º 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 #345994 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5289148-
CMYK0.650.4000.42
HSL216.88º48%39.22%-
HSV(B)216.88º64.86%58.04%-
XYZ10.3310.0129.41-
YUV84.66163.74104.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.99%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 148 (58.20% from 255) = 51.21%
R=17.99%
G=30.80%
B=51.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52891480.650.4000.42216.884839.22
Hex345994412802Ad93027
Octal64131224101500523316047
Binary1101001011001100101001000001101000010101011011001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345994; }

 p { color: rgb(52,89,148); }

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

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

 a { background-color: rgb(52,89,148); }

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

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

 span { border-color: rgb(52,89,148); }

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