#356F9B

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

Shades of Lochmara #356F9B

Tints of Lochmara #356F9B

Color information

#356F9B (or 0x356F9B) is unknown color: approx Lochmara. HEX triplet: 35, 6F and 9B. RGB value is (53,111,155). Sum of RGB (Red+Green+Blue) = 53+111+155=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #356F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356F9B is #CA9064. Grayscale: #626262. Windows color (decimal): -13275237 or 10186549. OLE color: 10186549.

HSL color Cylindrical-coordinate representation of color #356F9B: hue angle of 205.88º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #356F9B is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB53111155-
CMYK0.660.2800.39
HSL205.88º49.04%40.78%-
HSV(B)205.88º65.81%60.78%-
XYZ13.0714.4933.12-
YUV98.67159.7895.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.61%
GREEN value IS 111 (43.75% from 255) = 34.80%
BLUE value IS 155 (60.94% from 255) = 48.59%
R=16.61%
G=34.80%
B=48.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531111550.660.2800.39205.8849.0440.78
Hex356F9B421C027ce3129
Octal65157233102340473166151
Binary110101110111110011011100001011100010011111001110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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