#35759B

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

Shades of Lochmara #35759B

Tints of Lochmara #35759B

Color information

#35759B (or 0x35759B) is unknown color: approx Lochmara. HEX triplet: 35, 75 and 9B. RGB value is (53,117,155). Sum of RGB (Red+Green+Blue) = 53+117+155=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #35759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35759B is #CA8A64. Grayscale: #656565. Windows color (decimal): -13273701 or 10188085. OLE color: 10188085.

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

Color convert

RGB53117155-
CMYK0.660.2500.39
HSL202.35º49.04%40.78%-
HSV(B)202.35º65.81%60.78%-
XYZ13.7515.8533.34-
YUV102.2157.892.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.31%
GREEN value IS 117 (46.09% from 255) = 36%
BLUE value IS 155 (60.94% from 255) = 47.69%
R=16.31%
G=36%
B=47.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531171550.660.2500.39202.3549.0440.78
Hex35759B4219027ca3129
Octal65165233102310473126151
Binary110101111010110011011100001011001010011111001010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35759B; }

 p { color: rgb(53,117,155); }

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

<style>
 a { background-color: #35759B; }

 a { background-color: rgb(53,117,155); }

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

<style>
 span { border-color: #35759B; }

 span { border-color: rgb(53,117,155); }

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