#356A94

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

Shades of Lochmara #356A94

Tints of Lochmara #356A94

Color information

#356A94 (or 0x356A94) is unknown color: approx Lochmara. HEX triplet: 35, 6A and 94. RGB value is (53,106,148). Sum of RGB (Red+Green+Blue) = 53+106+148=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 148 (58.20% from 255 or 48.21% from 307); Max value from RGB is 148 - color contains mainly: blue. Hex color #356A94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356A94 is #CA956B. Grayscale: #5E5E5E. Windows color (decimal): -13276524 or 9726517. OLE color: 9726517.

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

Color convert

RGB53106148-
CMYK0.640.2800.42
HSL206.53º47.26%39.41%-
HSV(B)206.53º64.19%58.04%-
XYZ11.9713.229.93-
YUV94.94157.9498.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.26%
GREEN value IS 106 (41.80% from 255) = 34.53%
BLUE value IS 148 (58.20% from 255) = 48.21%
R=17.26%
G=34.53%
B=48.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531061480.640.2800.42206.5347.2639.41
Hex356A94401C02Acf2f27
Octal65152224100340523175747
Binary110101110101010010100100000011100010101011001111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356A94; }

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

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

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

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

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

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

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

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