#345996

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

Shades of Endeavour #345996

Tints of Endeavour #345996

Color information

#345996 (or 0x345996) is unknown color: approx Endeavour. HEX triplet: 34, 59 and 96. RGB value is (52,89,150). Sum of RGB (Red+Green+Blue) = 52+89+150=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #345996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345996 is #CBA669. Grayscale: #545454. Windows color (decimal): -13346410 or 9853236. OLE color: 9853236.

HSL color Cylindrical-coordinate representation of color #345996: hue angle of 217.35º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #345996 is Cyan = 0.65, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5289150-
CMYK0.650.4100.41
HSL217.35º48.51%39.61%-
HSV(B)217.35º65.33%58.82%-
XYZ10.4910.0830.25-
YUV84.89164.74104.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.87%
GREEN value IS 89 (35.16% from 255) = 30.58%
BLUE value IS 150 (58.98% from 255) = 51.55%
R=17.87%
G=30.58%
B=51.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52891500.650.4100.41217.3548.5139.61
Hex3459964129029d93128
Octal64131226101510513316150
Binary1101001011001100101101000001101001010100111011001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345996; }

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

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

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

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

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

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

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

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