#356C96

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

Shades of Lochmara #356C96

Tints of Lochmara #356C96

Color information

#356C96 (or 0x356C96) is unknown color: approx Lochmara. HEX triplet: 35, 6C and 96. RGB value is (53,108,150). Sum of RGB (Red+Green+Blue) = 53+108+150=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 150 - color contains mainly: blue. Hex color #356C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356C96 is #CA9369. Grayscale: #606060. Windows color (decimal): -13276010 or 9858101. OLE color: 9858101.

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

Color convert

RGB53108150-
CMYK0.650.2800.41
HSL205.98º47.78%39.8%-
HSV(B)205.98º64.67%58.82%-
XYZ12.3413.6830.85-
YUV96.34158.2897.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 108 (42.58% from 255) = 34.73%
BLUE value IS 150 (58.98% from 255) = 48.23%
R=17.04%
G=34.73%
B=48.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal531081500.650.2800.41205.9847.7839.8
Hex356C96411C029ce3028
Octal65154226101340513166050
Binary110101110110010010110100000111100010100111001110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356C96; }

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

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

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

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

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

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

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

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