#35749D

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

Shades of Lochmara #35749D

Tints of Lochmara #35749D

Color information

#35749D (or 0x35749D) is unknown color: approx Lochmara. HEX triplet: 35, 74 and 9D. RGB value is (53,116,157). Sum of RGB (Red+Green+Blue) = 53+116+157=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #35749D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35749D is #CA8B62. Grayscale: #656565. Windows color (decimal): -13273955 or 10318901. OLE color: 10318901.

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

Color convert

RGB53116157-
CMYK0.660.2600.38
HSL203.65º49.52%41.18%-
HSV(B)203.65º66.24%61.57%-
XYZ13.815.6834.2-
YUV101.84159.1393.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.26%
GREEN value IS 116 (45.70% from 255) = 35.58%
BLUE value IS 157 (61.72% from 255) = 48.16%
R=16.26%
G=35.58%
B=48.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531161570.660.2600.38203.6549.5241.18
Hex35749D421A026cc3229
Octal65164235102320463146251
Binary110101111010010011101100001011010010011011001100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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