#356994

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

Shades of Lochmara #356994

Tints of Lochmara #356994

Color information

#356994 (or 0x356994) is unknown color: approx Lochmara. HEX triplet: 35, 69 and 94. RGB value is (53,105,148). Sum of RGB (Red+Green+Blue) = 53+105+148=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #356994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356994 is #CA966B. Grayscale: #5E5E5E. Windows color (decimal): -13276780 or 9726261. OLE color: 9726261.

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

Color convert

RGB53105148-
CMYK0.640.2900.42
HSL207.16º47.26%39.41%-
HSV(B)207.16º64.19%58.04%-
XYZ11.871329.9-
YUV94.35158.2798.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.32%
GREEN value IS 105 (41.41% from 255) = 34.31%
BLUE value IS 148 (58.20% from 255) = 48.37%
R=17.32%
G=34.31%
B=48.37%

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
Decimal531051480.640.2900.42207.1647.2639.41
Hex356994401D02Acf2f27
Octal65151224100350523175747
Binary110101110100110010100100000011101010101011001111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356994; }

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

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

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

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

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

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

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

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