#356691

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

Shades of Lochmara #356691

Tints of Lochmara #356691

Color information

#356691 (or 0x356691) is unknown color: approx Lochmara. HEX triplet: 35, 66 and 91. RGB value is (53,102,145). Sum of RGB (Red+Green+Blue) = 53+102+145=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #356691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356691 is #CA996E. Grayscale: #5C5C5C. Windows color (decimal): -13277551 or 9528885. OLE color: 9528885.

HSL color Cylindrical-coordinate representation of color #356691: hue angle of 208.04º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #356691 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB53102145-
CMYK0.630.3000.43
HSL208.04º46.46%38.82%-
HSV(B)208.04º63.45%56.86%-
XYZ11.3312.328.57-
YUV92.25157.77100-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.67%
GREEN value IS 102 (40.23% from 255) = 34%
BLUE value IS 145 (57.03% from 255) = 48.33%
R=17.67%
G=34%
B=48.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531021450.630.3000.43208.0446.4638.82
Hex3566913F1E02Bd02e27
Octal6514622177360533205647
Binary11010111001101001000111111111110010101111010000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356691; }

 p { color: rgb(53,102,145); }

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

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

 a { background-color: rgb(53,102,145); }

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

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

 span { border-color: rgb(53,102,145); }

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