#356592

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

Shades of Lochmara #356592

Tints of Lochmara #356592

Color information

#356592 (or 0x356592) is unknown color: approx Lochmara. HEX triplet: 35, 65 and 92. RGB value is (53,101,146). Sum of RGB (Red+Green+Blue) = 53+101+146=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #356592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356592 is #CA9A6D. Grayscale: #5B5B5B. Windows color (decimal): -13277806 or 9594165. OLE color: 9594165.

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

Color convert

RGB53101146-
CMYK0.640.3100.43
HSL209.03º46.73%39.02%-
HSV(B)209.03º63.7%57.25%-
XYZ11.3112.1428.94-
YUV91.78158.6100.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.67%
GREEN value IS 101 (39.84% from 255) = 33.67%
BLUE value IS 146 (57.42% from 255) = 48.67%
R=17.67%
G=33.67%
B=48.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal531011460.640.3100.43209.0346.7339.02
Hex356592401F02Bd12f27
Octal65145222100370533215747
Binary110101110010110010010100000011111010101111010001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356592; }

 p { color: rgb(53,101,146); }

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

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

 a { background-color: rgb(53,101,146); }

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

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

 span { border-color: rgb(53,101,146); }

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