#356B99

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

Shades of Lochmara #356B99

Tints of Lochmara #356B99

Color information

#356B99 (or 0x356B99) is unknown color: approx Lochmara. HEX triplet: 35, 6B and 99. RGB value is (53,107,153). Sum of RGB (Red+Green+Blue) = 53+107+153=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #356B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356B99 is #CA9466. Grayscale: #5F5F5F. Windows color (decimal): -13276263 or 10054453. OLE color: 10054453.

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

Color convert

RGB53107153-
CMYK0.650.3000.4
HSL207.6º48.54%40.39%-
HSV(B)207.6º65.36%60%-
XYZ12.4813.5732.1-
YUV96.1160.1197.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 107 (42.19% from 255) = 34.19%
BLUE value IS 153 (60.16% from 255) = 48.88%
R=16.93%
G=34.19%
B=48.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal531071530.650.3000.4207.648.5440.39
Hex356B99411E028d03128
Octal65153231101360503206150
Binary110101110101110011001100000111110010100011010000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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