#356899

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

Shades of Lochmara #356899

Tints of Lochmara #356899

Color information

#356899 (or 0x356899) is unknown color: approx Lochmara. HEX triplet: 35, 68 and 99. RGB value is (53,104,153). Sum of RGB (Red+Green+Blue) = 53+104+153=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #356899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356899 is #CA9766. Grayscale: #5E5E5E. Windows color (decimal): -13277031 or 10053685. OLE color: 10053685.

HSL color Cylindrical-coordinate representation of color #356899: hue angle of 209.4º 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 #356899 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB53104153-
CMYK0.650.3200.4
HSL209.4º48.54%40.39%-
HSV(B)209.4º65.36%60%-
XYZ12.1712.9632-
YUV94.34161.198.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.10%
GREEN value IS 104 (41.02% from 255) = 33.55%
BLUE value IS 153 (60.16% from 255) = 49.35%
R=17.10%
G=33.55%
B=49.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal531041530.650.3200.4209.448.5440.39
Hex3568994120028d13128
Octal65150231101400503216150
Binary1101011101000100110011000001100000010100011010001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356899; }

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

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

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

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

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

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

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

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