#356C9E

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

Shades of Lochmara #356C9E

Tints of Lochmara #356C9E

Color information

#356C9E (or 0x356C9E) is unknown color: approx Lochmara. HEX triplet: 35, 6C and 9E. RGB value is (53,108,158). Sum of RGB (Red+Green+Blue) = 53+108+158=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #356C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356C9E is #CA9361. Grayscale: #616161. Windows color (decimal): -13276002 or 10382389. OLE color: 10382389.

HSL color Cylindrical-coordinate representation of color #356C9E: hue angle of 208.57º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #356C9E is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB53108158-
CMYK0.660.3200.38
HSL208.57º49.76%41.37%-
HSV(B)208.57º66.46%61.96%-
XYZ1313.9534.36-
YUV97.26162.2896.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.61%
GREEN value IS 108 (42.58% from 255) = 33.86%
BLUE value IS 158 (62.11% from 255) = 49.53%
R=16.61%
G=33.86%
B=49.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531081580.660.3200.38208.5749.7641.37
Hex356C9E4220026d13229
Octal65154236102400463216251
Binary1101011101100100111101000010100000010011011010001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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