#35616C

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

Shades of Blumine #35616C

Tints of Blumine #35616C

Color information

#35616C (or 0x35616C) is unknown color: approx Blumine. HEX triplet: 35, 61 and 6C. RGB value is (53,97,108). Sum of RGB (Red+Green+Blue) = 53+97+108=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #35616C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35616C is #CA9E93. Grayscale: #555555. Windows color (decimal): -13278868 or 7102773. OLE color: 7102773.

HSL color Cylindrical-coordinate representation of color #35616C: hue angle of 192º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35616C is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5397108-
CMYK0.510.1000.58
HSL192º34.16%31.57%-
HSV(B)192º50.93%42.35%-
XYZ8.4510.3915.75-
YUV85.1140.92105.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.54%
GREEN value IS 97 (38.28% from 255) = 37.60%
BLUE value IS 108 (42.58% from 255) = 41.86%
R=20.54%
G=37.60%
B=41.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53971080.510.1000.5819234.1631.57
Hex35616C33A03Ac02220
Octal6514115463120723004240
Binary110101110000111011001100111010011101011000000100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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