#35616B

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

Shades of Blumine #35616B

Tints of Blumine #35616B

Color information

#35616B (or 0x35616B) is unknown color: approx Blumine. HEX triplet: 35, 61 and 6B. RGB value is (53,97,107). Sum of RGB (Red+Green+Blue) = 53+97+107=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 107 - color contains mainly: blue. Hex color #35616B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35616B is #CA9E94. Grayscale: #545454. Windows color (decimal): -13278869 or 7037237. OLE color: 7037237.

HSL color Cylindrical-coordinate representation of color #35616B: hue angle of 191.11º degrees, saturation: 0.34, 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 #35616B is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5397107-
CMYK0.500.0900.58
HSL191.11º33.75%31.37%-
HSV(B)191.11º50.47%41.96%-
XYZ8.410.3715.47-
YUV84.98140.42105.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.62%
GREEN value IS 97 (38.28% from 255) = 37.74%
BLUE value IS 107 (42.19% from 255) = 41.63%
R=20.62%
G=37.74%
B=41.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53971070.500.0900.58191.1133.7531.37
Hex35616B32903Abf221f
Octal6514115362110722774237
Binary11010111000011101011110010100101110101011111110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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