#35799e

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

Shades of Lochmara #35799E

Tints of Lochmara #35799E

Color information

#35799E (or 0x35799E) is unknown color: approx Lochmara. HEX triplet: 35, 79 and 9E. RGB value is (53,121,158). Sum of RGB (Red+Green+Blue) = 53+121+158=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #35799E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35799E is #CA8661. Grayscale: #686868. Windows color (decimal): -13272674 or 10385717. OLE color: 10385717.

HSL color Cylindrical-coordinate representation of color #35799E: hue angle of 201.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 #35799E is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB53121158-
CMYK0.660.2300.38
HSL201.14º49.76%41.37%-
HSV(B)201.14º66.46%61.96%-
XYZ14.4816.934.85-
YUV104.89157.9790.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.96%
GREEN value IS 121 (47.66% from 255) = 36.45%
BLUE value IS 158 (62.11% from 255) = 47.59%
R=15.96%
G=36.45%
B=47.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531211580.660.2300.38201.1449.7641.37
Hex35799E4217026c93229
Octal65171236102270463116251
Binary110101111100110011110100001010111010011011001001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35799e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35799e; }

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

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

<style>
 a { background-color: #35799e; }

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

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

<style>
 span { border-color: #35799e; }

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

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