#356C9B

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

Shades of Lochmara #356C9B

Tints of Lochmara #356C9B

Color information

#356C9B (or 0x356C9B) is unknown color: approx Lochmara. HEX triplet: 35, 6C and 9B. RGB value is (53,108,155). Sum of RGB (Red+Green+Blue) = 53+108+155=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #356C9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356C9B is #CA9364. Grayscale: #606060. Windows color (decimal): -13276005 or 10185781. OLE color: 10185781.

HSL color Cylindrical-coordinate representation of color #356C9B: hue angle of 207.65º 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 #356C9B is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB53108155-
CMYK0.660.3000.39
HSL207.65º49.04%40.78%-
HSV(B)207.65º65.81%60.78%-
XYZ12.7513.8533.01-
YUV96.91160.7896.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.77%
GREEN value IS 108 (42.58% from 255) = 34.18%
BLUE value IS 155 (60.94% from 255) = 49.05%
R=16.77%
G=34.18%
B=49.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531081550.660.3000.39207.6549.0440.78
Hex356C9B421E027d03129
Octal65154233102360473206151
Binary110101110110010011011100001011110010011111010000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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