#35709F

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

Shades of Lochmara #35709F

Tints of Lochmara #35709F

Color information

#35709F (or 0x35709F) is unknown color: approx Lochmara. HEX triplet: 35, 70 and 9F. RGB value is (53,112,159). Sum of RGB (Red+Green+Blue) = 53+112+159=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #35709F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35709F is #CA8F60. Grayscale: #636363. Windows color (decimal): -13274977 or 10448949. OLE color: 10448949.

HSL color Cylindrical-coordinate representation of color #35709F: hue angle of 206.6º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35709F is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB53112159-
CMYK0.670.3000.38
HSL206.6º50%41.57%-
HSV(B)206.6º66.67%62.35%-
XYZ13.5214.8534.95-
YUV99.72161.4594.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.36%
GREEN value IS 112 (44.14% from 255) = 34.57%
BLUE value IS 159 (62.5% from 255) = 49.07%
R=16.36%
G=34.57%
B=49.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531121590.670.3000.38206.65041.57
Hex35709F431E026cf322a
Octal65160237103360463176252
Binary110101111000010011111100001111110010011011001111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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