#356997

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

Shades of Lochmara #356997

Tints of Lochmara #356997

Color information

#356997 (or 0x356997) is unknown color: approx Lochmara. HEX triplet: 35, 69 and 97. RGB value is (53,105,151). Sum of RGB (Red+Green+Blue) = 53+105+151=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 151 (59.38% from 255 or 48.87% from 309); Max value from RGB is 151 - color contains mainly: blue. Hex color #356997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356997 is #CA9668. Grayscale: #5E5E5E. Windows color (decimal): -13276777 or 9922869. OLE color: 9922869.

HSL color Cylindrical-coordinate representation of color #356997: hue angle of 208.16º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #356997 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB53105151-
CMYK0.650.3000.41
HSL208.16º48.04%40%-
HSV(B)208.16º64.9%59.22%-
XYZ12.1113.0931.17-
YUV94.7159.7798.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.15%
GREEN value IS 105 (41.41% from 255) = 33.98%
BLUE value IS 151 (59.38% from 255) = 48.87%
R=17.15%
G=33.98%
B=48.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal531051510.650.3000.41208.1648.0440
Hex356997411E029d03028
Octal65151227101360513206050
Binary110101110100110010111100000111110010100111010000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356997; }

 p { color: rgb(53,105,151); }

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

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

 a { background-color: rgb(53,105,151); }

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

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

 span { border-color: rgb(53,105,151); }

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