#356f95

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

Shades of Lochmara #356F95

Tints of Lochmara #356F95

Color information

#356F95 (or 0x356F95) is unknown color: approx Lochmara. HEX triplet: 35, 6F and 95. RGB value is (53,111,149). Sum of RGB (Red+Green+Blue) = 53+111+149=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #356F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356F95 is #CA906A. Grayscale: #616161. Windows color (decimal): -13275243 or 9793333. OLE color: 9793333.

HSL color Cylindrical-coordinate representation of color #356F95: hue angle of 203.75º 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 #356F95 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB53111149-
CMYK0.640.2600.42
HSL203.75º47.52%39.61%-
HSV(B)203.75º64.43%58.43%-
XYZ12.5814.330.53-
YUV97.99156.7895.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 111 (43.75% from 255) = 35.46%
BLUE value IS 149 (58.59% from 255) = 47.60%
R=16.93%
G=35.46%
B=47.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531111490.640.2600.42203.7547.5239.61
Hex356F95401A02Acc3028
Octal65157225100320523146050
Binary110101110111110010101100000011010010101011001100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356f95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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