#356B95

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

Shades of Lochmara #356B95

Tints of Lochmara #356B95

Color information

#356B95 (or 0x356B95) is unknown color: approx Lochmara. HEX triplet: 35, 6B and 95. RGB value is (53,107,149). Sum of RGB (Red+Green+Blue) = 53+107+149=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 149 (58.59% from 255 or 48.22% from 309); Max value from RGB is 149 - color contains mainly: blue. Hex color #356B95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356B95 is #CA946A. Grayscale: #5F5F5F. Windows color (decimal): -13276267 or 9792309. OLE color: 9792309.

HSL color Cylindrical-coordinate representation of color #356B95: hue angle of 206.25º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #356B95 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB53107149-
CMYK0.640.2800.42
HSL206.25º47.52%39.61%-
HSV(B)206.25º64.43%58.43%-
XYZ12.1513.4430.39-
YUV95.64158.1197.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.15%
GREEN value IS 107 (42.19% from 255) = 34.63%
BLUE value IS 149 (58.59% from 255) = 48.22%
R=17.15%
G=34.63%
B=48.22%

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
Decimal531071490.640.2800.42206.2547.5239.61
Hex356B95401C02Ace3028
Octal65153225100340523166050
Binary110101110101110010101100000011100010101011001110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,107,149); }

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

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

 a { background-color: rgb(53,107,149); }

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

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

 span { border-color: rgb(53,107,149); }

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