#356370

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

Shades of Blumine #356370

Tints of Blumine #356370

Color information

#356370 (or 0x356370) is unknown color: approx Blumine. HEX triplet: 35, 63 and 70. RGB value is (53,99,112). Sum of RGB (Red+Green+Blue) = 53+99+112=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #356370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356370 is #CA9C8F. Grayscale: #565656. Windows color (decimal): -13278352 or 7365429. OLE color: 7365429.

HSL color Cylindrical-coordinate representation of color #356370: hue angle of 193.22º 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 #356370 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5399112-
CMYK0.530.1200.56
HSL193.22º35.76%32.35%-
HSV(B)193.22º52.68%43.92%-
XYZ8.8510.8516.96-
YUV86.73142.26103.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.08%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 112 (44.14% from 255) = 42.42%
R=20.08%
G=37.5%
B=42.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53991120.530.1200.56193.2235.7632.35
Hex35637035C038c12420
Octal6514316065140703014440
Binary110101110001111100001101011100011100011000001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356370; }

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

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

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

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

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

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

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

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