#356C94

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

Shades of Lochmara #356C94

Tints of Lochmara #356C94

Color information

#356C94 (or 0x356C94) is unknown color: approx Lochmara. HEX triplet: 35, 6C and 94. RGB value is (53,108,148). Sum of RGB (Red+Green+Blue) = 53+108+148=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #356C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356C94 is #CA936B. Grayscale: #5F5F5F. Windows color (decimal): -13276012 or 9727029. OLE color: 9727029.

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

Color convert

RGB53108148-
CMYK0.640.2700.42
HSL205.26º47.26%39.41%-
HSV(B)205.26º64.19%58.04%-
XYZ12.1813.6230-
YUV96.12157.2897.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.15%
GREEN value IS 108 (42.58% from 255) = 34.95%
BLUE value IS 148 (58.20% from 255) = 47.90%
R=17.15%
G=34.95%
B=47.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531081480.640.2700.42205.2647.2639.41
Hex356C94401B02Acd2f27
Octal65154224100330523155747
Binary110101110110010010100100000011011010101011001101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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