#35639C

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

Shades of Lochmara #35639C

Tints of Lochmara #35639C

Color information

#35639C (or 0x35639C) is unknown color: approx Lochmara. HEX triplet: 35, 63 and 9C. RGB value is (53,99,156). Sum of RGB (Red+Green+Blue) = 53+99+156=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #35639C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35639C is #CA9C63. Grayscale: #5B5B5B. Windows color (decimal): -13278308 or 10249013. OLE color: 10249013.

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

Color convert

RGB5399156-
CMYK0.660.3700.39
HSL213.2º49.28%40.98%-
HSV(B)213.2º66.03%61.18%-
XYZ11.9312.0833.16-
YUV91.74164.26100.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.21%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 156 (61.33% from 255) = 50.65%
R=17.21%
G=32.14%
B=50.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53991560.660.3700.39213.249.2840.98
Hex35639C4225027d53129
Octal65143234102450473256151
Binary1101011100011100111001000010100101010011111010101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35639C; }

 p { color: rgb(53,99,156); }

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

<style>
 a { background-color: #35639C; }

 a { background-color: rgb(53,99,156); }

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

<style>
 span { border-color: #35639C; }

 span { border-color: rgb(53,99,156); }

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