#35739A

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

Shades of Lochmara #35739A

Tints of Lochmara #35739A

Color information

#35739A (or 0x35739A) is unknown color: approx Lochmara. HEX triplet: 35, 73 and 9A. RGB value is (53,115,154). Sum of RGB (Red+Green+Blue) = 53+115+154=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #35739A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35739A is #CA8C65. Grayscale: #646464. Windows color (decimal): -13274214 or 10122037. OLE color: 10122037.

HSL color Cylindrical-coordinate representation of color #35739A: hue angle of 203.17º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35739A is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB53115154-
CMYK0.660.2500.40
HSL203.17º48.79%40.59%-
HSV(B)203.17º65.58%60.39%-
XYZ13.4315.3532.83-
YUV100.91157.9693.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.46%
GREEN value IS 115 (45.31% from 255) = 35.71%
BLUE value IS 154 (60.55% from 255) = 47.83%
R=16.46%
G=35.71%
B=47.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal531151540.660.2500.40203.1748.7940.59
Hex35739A4219028cb3129
Octal65163232102310503136151
Binary110101111001110011010100001011001010100011001011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35739A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35739A; }

 p { color: rgb(53,115,154); }

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

<style>
 a { background-color: #35739A; }

 a { background-color: rgb(53,115,154); }

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

<style>
 span { border-color: #35739A; }

 span { border-color: rgb(53,115,154); }

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