#356593

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

Shades of Lochmara #356593

Tints of Lochmara #356593

Color information

#356593 (or 0x356593) is unknown color: approx Lochmara. HEX triplet: 35, 65 and 93. RGB value is (53,101,147). Sum of RGB (Red+Green+Blue) = 53+101+147=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #356593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356593 is #CA9A6C. Grayscale: #5B5B5B. Windows color (decimal): -13277805 or 9659701. OLE color: 9659701.

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

Color convert

RGB53101147-
CMYK0.640.3100.42
HSL209.36º47%39.22%-
HSV(B)209.36º63.95%57.65%-
XYZ11.3912.1729.35-
YUV91.89159.1100.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.61%
GREEN value IS 101 (39.84% from 255) = 33.55%
BLUE value IS 147 (57.81% from 255) = 48.84%
R=17.61%
G=33.55%
B=48.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531011470.640.3100.42209.364739.22
Hex356593401F02Ad12f27
Octal65145223100370523215747
Binary110101110010110010011100000011111010101011010001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356593; }

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

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

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

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

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

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

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

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