#356699

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

Shades of Lochmara #356699

Tints of Lochmara #356699

Color information

#356699 (or 0x356699) is unknown color: approx Lochmara. HEX triplet: 35, 66 and 99. RGB value is (53,102,153). Sum of RGB (Red+Green+Blue) = 53+102+153=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #356699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356699 is #CA9966. Grayscale: #5C5C5C. Windows color (decimal): -13277543 or 10053173. OLE color: 10053173.

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

Color convert

RGB53102153-
CMYK0.650.3300.4
HSL210.6º48.54%40.39%-
HSV(B)210.6º65.36%60%-
XYZ11.9712.5631.93-
YUV93.16161.7799.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.21%
GREEN value IS 102 (40.23% from 255) = 33.12%
BLUE value IS 153 (60.16% from 255) = 49.68%
R=17.21%
G=33.12%
B=49.68%

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
Decimal531021530.650.3300.4210.648.5440.39
Hex3566994121028d33128
Octal65146231101410503236150
Binary1101011100110100110011000001100001010100011010011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356699; }

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

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

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

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

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

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

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

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