#346096

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

Shades of Endeavour #346096

Tints of Endeavour #346096

Color information

#346096 (or 0x346096) is unknown color: approx Endeavour. HEX triplet: 34, 60 and 96. RGB value is (52,96,150). Sum of RGB (Red+Green+Blue) = 52+96+150=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #346096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346096 is #CB9F69. Grayscale: #585858. Windows color (decimal): -13344618 or 9855028. OLE color: 9855028.

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

Color convert

RGB5296150-
CMYK0.650.3600.41
HSL213.06º48.51%39.61%-
HSV(B)213.06º65.33%58.82%-
XYZ11.111.330.45-
YUV89162.42101.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.45%
GREEN value IS 96 (37.89% from 255) = 32.21%
BLUE value IS 150 (58.98% from 255) = 50.34%
R=17.45%
G=32.21%
B=50.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52961500.650.3600.41213.0648.5139.61
Hex3460964124029d53128
Octal64140226101440513256150
Binary1101001100000100101101000001100100010100111010101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346096; }

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

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

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

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

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

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

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

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