#35659D

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

Shades of Lochmara #35659D

Tints of Lochmara #35659D

Color information

#35659D (or 0x35659D) is unknown color: approx Lochmara. HEX triplet: 35, 65 and 9D. RGB value is (53,101,157). Sum of RGB (Red+Green+Blue) = 53+101+157=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #35659D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35659D is #CA9A62. Grayscale: #5C5C5C. Windows color (decimal): -13277795 or 10315061. OLE color: 10315061.

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

Color convert

RGB53101157-
CMYK0.660.3600.38
HSL212.31º49.52%41.18%-
HSV(B)212.31º66.24%61.57%-
XYZ12.2112.533.67-
YUV93.03164.199.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 101 (39.84% from 255) = 32.48%
BLUE value IS 157 (61.72% from 255) = 50.48%
R=17.04%
G=32.48%
B=50.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal531011570.660.3600.38212.3149.5241.18
Hex35659D4224026d43229
Octal65145235102440463246251
Binary1101011100101100111011000010100100010011011010100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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