#35729E

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

Shades of Lochmara #35729E

Tints of Lochmara #35729E

Color information

#35729E (or 0x35729E) is unknown color: approx Lochmara. HEX triplet: 35, 72 and 9E. RGB value is (53,114,158). Sum of RGB (Red+Green+Blue) = 53+114+158=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #35729E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35729E is #CA8D61. Grayscale: #646464. Windows color (decimal): -13274466 or 10383925. OLE color: 10383925.

HSL color Cylindrical-coordinate representation of color #35729E: hue angle of 205.14º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35729E is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB53114158-
CMYK0.660.2800.38
HSL205.14º49.76%41.37%-
HSV(B)205.14º66.46%61.96%-
XYZ13.6615.2634.57-
YUV100.78160.2993.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.31%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 158 (62.11% from 255) = 48.62%
R=16.31%
G=35.08%
B=48.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531141580.660.2800.38205.1449.7641.37
Hex35729E421C026cd3229
Octal65162236102340463156251
Binary110101111001010011110100001011100010011011001101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35729E; }

 p { color: rgb(53,114,158); }

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

<style>
 a { background-color: #35729E; }

 a { background-color: rgb(53,114,158); }

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

<style>
 span { border-color: #35729E; }

 span { border-color: rgb(53,114,158); }

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