#356799

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

Shades of Lochmara #356799

Tints of Lochmara #356799

Color information

#356799 (or 0x356799) is unknown color: approx Lochmara. HEX triplet: 35, 67 and 99. RGB value is (53,103,153). Sum of RGB (Red+Green+Blue) = 53+103+153=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #356799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356799 is #CA9866. Grayscale: #5D5D5D. Windows color (decimal): -13277287 or 10053429. OLE color: 10053429.

HSL color Cylindrical-coordinate representation of color #356799: hue angle of 210º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #356799 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB53103153-
CMYK0.650.3300.4
HSL210º48.54%40.39%-
HSV(B)210º65.36%60%-
XYZ12.0712.7631.96-
YUV93.75161.4498.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.15%
GREEN value IS 103 (40.62% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 49.51%
R=17.15%
G=33.33%
B=49.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal531031530.650.3300.421048.5440.39
Hex3567994121028d23128
Octal65147231101410503226150
Binary1101011100111100110011000001100001010100011010010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356799; }

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

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

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

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

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

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

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

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