#356F99

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

Shades of Lochmara #356F99

Tints of Lochmara #356F99

Color information

#356F99 (or 0x356F99) is unknown color: approx Lochmara. HEX triplet: 35, 6F and 99. RGB value is (53,111,153). Sum of RGB (Red+Green+Blue) = 53+111+153=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #356F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356F99 is #CA9066. Grayscale: #626262. Windows color (decimal): -13275239 or 10055477. OLE color: 10055477.

HSL color Cylindrical-coordinate representation of color #356F99: hue angle of 205.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #356F99 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB53111153-
CMYK0.650.2700.4
HSL205.2º48.54%40.39%-
HSV(B)205.2º65.36%60%-
XYZ12.914.4332.24-
YUV98.45158.7895.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.72%
GREEN value IS 111 (43.75% from 255) = 35.02%
BLUE value IS 153 (60.16% from 255) = 48.26%
R=16.72%
G=35.02%
B=48.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal531111530.650.2700.4205.248.5440.39
Hex356F99411B028cd3128
Octal65157231101330503156150
Binary110101110111110011001100000111011010100011001101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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