#35709C

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

Shades of Lochmara #35709C

Tints of Lochmara #35709C

Color information

#35709C (or 0x35709C) is unknown color: approx Lochmara. HEX triplet: 35, 70 and 9C. RGB value is (53,112,156). Sum of RGB (Red+Green+Blue) = 53+112+156=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #35709C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35709C is #CA8F63. Grayscale: #636363. Windows color (decimal): -13274980 or 10252341. OLE color: 10252341.

HSL color Cylindrical-coordinate representation of color #35709C: hue angle of 205.63º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35709C is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB53112156-
CMYK0.660.2800.39
HSL205.63º49.28%40.98%-
HSV(B)205.63º66.03%61.18%-
XYZ13.2614.7533.6-
YUV99.38159.9594.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.51%
GREEN value IS 112 (44.14% from 255) = 34.89%
BLUE value IS 156 (61.33% from 255) = 48.60%
R=16.51%
G=34.89%
B=48.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531121560.660.2800.39205.6349.2840.98
Hex35709C421C027ce3129
Octal65160234102340473166151
Binary110101111000010011100100001011100010011111001110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35709C; }

 p { color: rgb(53,112,156); }

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

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

 a { background-color: rgb(53,112,156); }

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

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

 span { border-color: rgb(53,112,156); }

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