#356170

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

Shades of Blumine #356170

Tints of Blumine #356170

Color information

#356170 (or 0x356170) is unknown color: approx Blumine. HEX triplet: 35, 61 and 70. RGB value is (53,97,112). Sum of RGB (Red+Green+Blue) = 53+97+112=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #356170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356170 is #CA9E8F. Grayscale: #555555. Windows color (decimal): -13278864 or 7364917. OLE color: 7364917.

HSL color Cylindrical-coordinate representation of color #356170: hue angle of 195.25º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #356170 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5397112-
CMYK0.530.1300.56
HSL195.25º35.76%32.35%-
HSV(B)195.25º52.68%43.92%-
XYZ8.6710.4816.89-
YUV85.55142.92104.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.23%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 112 (44.14% from 255) = 42.75%
R=20.23%
G=37.02%
B=42.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53971120.530.1300.56195.2535.7632.35
Hex35617035D038c32420
Octal6514116065150703034440
Binary110101110000111100001101011101011100011000011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356170; }

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

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

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

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

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

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

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

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