#356993

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

Shades of Lochmara #356993

Tints of Lochmara #356993

Color information

#356993 (or 0x356993) is unknown color: approx Lochmara. HEX triplet: 35, 69 and 93. RGB value is (53,105,147). Sum of RGB (Red+Green+Blue) = 53+105+147=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #356993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356993 is #CA966C. Grayscale: #5E5E5E. Windows color (decimal): -13276781 or 9660725. OLE color: 9660725.

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

Color convert

RGB53105147-
CMYK0.640.2900.42
HSL206.81º47%39.22%-
HSV(B)206.81º63.95%57.65%-
XYZ11.7912.9729.49-
YUV94.24157.7798.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.38%
GREEN value IS 105 (41.41% from 255) = 34.43%
BLUE value IS 147 (57.81% from 255) = 48.20%
R=17.38%
G=34.43%
B=48.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531051470.640.2900.42206.814739.22
Hex356993401D02Acf2f27
Octal65151223100350523175747
Binary110101110100110010011100000011101010101011001111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356993; }

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

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

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

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

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

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

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

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