#35769D

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

Shades of Lochmara #35769D

Tints of Lochmara #35769D

Color information

#35769D (or 0x35769D) is unknown color: approx Lochmara. HEX triplet: 35, 76 and 9D. RGB value is (53,118,157). Sum of RGB (Red+Green+Blue) = 53+118+157=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #35769D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35769D is #CA8962. Grayscale: #666666. Windows color (decimal): -13273443 or 10319413. OLE color: 10319413.

HSL color Cylindrical-coordinate representation of color #35769D: hue angle of 202.5º 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 #35769D is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB53118157-
CMYK0.660.2500.38
HSL202.5º49.52%41.18%-
HSV(B)202.5º66.24%61.57%-
XYZ14.0316.1534.28-
YUV103.01158.4792.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.16%
GREEN value IS 118 (46.48% from 255) = 35.98%
BLUE value IS 157 (61.72% from 255) = 47.87%
R=16.16%
G=35.98%
B=47.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531181570.660.2500.38202.549.5241.18
Hex35769D4219026ca3229
Octal65166235102310463126251
Binary110101111011010011101100001011001010011011001010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35769D; }

 p { color: rgb(53,118,157); }

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

<style>
 a { background-color: #35769D; }

 a { background-color: rgb(53,118,157); }

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

<style>
 span { border-color: #35769D; }

 span { border-color: rgb(53,118,157); }

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