#35659B

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

Shades of Lochmara #35659B

Tints of Lochmara #35659B

Color information

#35659B (or 0x35659B) is unknown color: approx Lochmara. HEX triplet: 35, 65 and 9B. RGB value is (53,101,155). Sum of RGB (Red+Green+Blue) = 53+101+155=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 101 (39.84% from 255 or 32.69% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #35659B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35659B is #CA9A64. Grayscale: #5C5C5C. Windows color (decimal): -13277797 or 10183989. OLE color: 10183989.

HSL color Cylindrical-coordinate representation of color #35659B: hue angle of 211.76º 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 #35659B is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB53101155-
CMYK0.660.3500.39
HSL211.76º49.04%40.78%-
HSV(B)211.76º65.81%60.78%-
XYZ12.0412.4332.78-
YUV92.8163.199.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.15%
GREEN value IS 101 (39.84% from 255) = 32.69%
BLUE value IS 155 (60.94% from 255) = 50.16%
R=17.15%
G=32.69%
B=50.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal531011550.660.3500.39211.7649.0440.78
Hex35659B4223027d43129
Octal65145233102430473246151
Binary1101011100101100110111000010100011010011111010100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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