#356E9E

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

Shades of Lochmara #356E9E

Tints of Lochmara #356E9E

Color information

#356E9E (or 0x356E9E) is unknown color: approx Lochmara. HEX triplet: 35, 6E and 9E. RGB value is (53,110,158). Sum of RGB (Red+Green+Blue) = 53+110+158=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 158 (62.11% from 255 or 49.22% from 321); Max value from RGB is 158 - color contains mainly: blue. Hex color #356E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356E9E is #CA9161. Grayscale: #626262. Windows color (decimal): -13275490 or 10382901. OLE color: 10382901.

HSL color Cylindrical-coordinate representation of color #356E9E: hue angle of 207.43º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #356E9E is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB53110158-
CMYK0.660.3000.38
HSL207.43º49.76%41.37%-
HSV(B)207.43º66.46%61.96%-
XYZ13.2214.3834.43-
YUV98.43161.6295.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.51%
GREEN value IS 110 (43.36% from 255) = 34.27%
BLUE value IS 158 (62.11% from 255) = 49.22%
R=16.51%
G=34.27%
B=49.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531101580.660.3000.38207.4349.7641.37
Hex356E9E421E026cf3229
Octal65156236102360463176251
Binary110101110111010011110100001011110010011011001111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,110,158); }

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

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

 a { background-color: rgb(53,110,158); }

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

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

 span { border-color: rgb(53,110,158); }

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