#356793

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

Shades of Lochmara #356793

Tints of Lochmara #356793

Color information

#356793 (or 0x356793) is unknown color: approx Lochmara. HEX triplet: 35, 67 and 93. RGB value is (53,103,147). Sum of RGB (Red+Green+Blue) = 53+103+147=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #356793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356793 is #CA986C. Grayscale: #5C5C5C. Windows color (decimal): -13277293 or 9660213. OLE color: 9660213.

HSL color Cylindrical-coordinate representation of color #356793: hue angle of 208.09º 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 #356793 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB53103147-
CMYK0.640.3000.42
HSL208.09º47%39.22%-
HSV(B)208.09º63.95%57.65%-
XYZ11.5812.5629.42-
YUV93.07158.4499.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 103 (40.62% from 255) = 33.99%
BLUE value IS 147 (57.81% from 255) = 48.51%
R=17.49%
G=33.99%
B=48.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531031470.640.3000.42208.094739.22
Hex356793401E02Ad02f27
Octal65147223100360523205747
Binary110101110011110010011100000011110010101011010000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356793; }

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

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

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

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

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

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

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

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