#35616A

Color #35616A Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #35616A

Tints of Blumine #35616A

Color information

#35616A (or 0x35616A) is unknown color: approx Blumine. HEX triplet: 35, 61 and 6A. RGB value is (53,97,106). Sum of RGB (Red+Green+Blue) = 53+97+106=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 106 - color contains mainly: blue. Hex color #35616A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35616A is #CA9E95. Grayscale: #545454. Windows color (decimal): -13278870 or 6971701. OLE color: 6971701.

HSL color Cylindrical-coordinate representation of color #35616A: hue angle of 190.19º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #35616A is Cyan = 0.5, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5397106-
CMYK0.50.0800.58
HSL190.19º33.33%31.18%-
HSV(B)190.19º50%41.57%-
XYZ8.3410.3515.19-
YUV84.87139.92105.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.70%
GREEN value IS 97 (38.28% from 255) = 37.89%
BLUE value IS 106 (41.80% from 255) = 41.41%
R=20.70%
G=37.89%
B=41.41%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53971060.50.0800.58190.1933.3331.18
Hex35616A32803Abe211f
Octal6514115262100722764137
Binary11010111000011101010110010100001110101011111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35616A; }

 p { color: rgb(53,97,106); }

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

<style>
 a { background-color: #35616A; }

 a { background-color: rgb(53,97,106); }

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

<style>
 span { border-color: #35616A; }

 span { border-color: rgb(53,97,106); }

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