#356C95

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

Shades of Lochmara #356C95

Tints of Lochmara #356C95

Color information

#356C95 (or 0x356C95) is unknown color: approx Lochmara. HEX triplet: 35, 6C and 95. RGB value is (53,108,149). Sum of RGB (Red+Green+Blue) = 53+108+149=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #356C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356C95 is #CA936A. Grayscale: #606060. Windows color (decimal): -13276011 or 9792565. OLE color: 9792565.

HSL color Cylindrical-coordinate representation of color #356C95: hue angle of 205.62º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #356C95 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB53108149-
CMYK0.640.2800.42
HSL205.62º47.52%39.61%-
HSV(B)205.62º64.43%58.43%-
XYZ12.2613.6530.42-
YUV96.23157.7897.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.10%
GREEN value IS 108 (42.58% from 255) = 34.84%
BLUE value IS 149 (58.59% from 255) = 48.06%
R=17.10%
G=34.84%
B=48.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531081490.640.2800.42205.6247.5239.61
Hex356C95401C02Ace3028
Octal65154225100340523166050
Binary110101110110010010101100000011100010101011001110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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