#356896

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

Shades of Lochmara #356896

Tints of Lochmara #356896

Color information

#356896 (or 0x356896) is unknown color: approx Lochmara. HEX triplet: 35, 68 and 96. RGB value is (53,104,150). Sum of RGB (Red+Green+Blue) = 53+104+150=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #356896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356896 is #CA9769. Grayscale: #5D5D5D. Windows color (decimal): -13277034 or 9857077. OLE color: 9857077.

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

Color convert

RGB53104150-
CMYK0.650.3100.41
HSL208.45º47.78%39.8%-
HSV(B)208.45º64.67%58.82%-
XYZ11.9212.8630.71-
YUV94159.698.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.26%
GREEN value IS 104 (41.02% from 255) = 33.88%
BLUE value IS 150 (58.98% from 255) = 48.86%
R=17.26%
G=33.88%
B=48.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal531041500.650.3100.41208.4547.7839.8
Hex356896411F029d03028
Octal65150226101370513206050
Binary110101110100010010110100000111111010100111010000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356896; }

 p { color: rgb(53,104,150); }

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

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

 a { background-color: rgb(53,104,150); }

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

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

 span { border-color: rgb(53,104,150); }

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