#356470

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

Shades of Blumine #356470

Tints of Blumine #356470

Color information

#356470 (or 0x356470) is unknown color: approx Blumine. HEX triplet: 35, 64 and 70. RGB value is (53,100,112). Sum of RGB (Red+Green+Blue) = 53+100+112=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #356470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356470 is #CA9B8F. Grayscale: #575757. Windows color (decimal): -13278096 or 7365685. OLE color: 7365685.

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

Color convert

RGB53100112-
CMYK0.530.1100.56
HSL192.2º35.76%32.35%-
HSV(B)192.2º52.68%43.92%-
XYZ8.9511.0416.99-
YUV87.32141.93103.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20%
GREEN value IS 100 (39.45% from 255) = 37.74%
BLUE value IS 112 (44.14% from 255) = 42.26%
R=20%
G=37.74%
B=42.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal531001120.530.1100.56192.235.7632.35
Hex35647035B038c02420
Octal6514416065130703004440
Binary110101110010011100001101011011011100011000000100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356470; }

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

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

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

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

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

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

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

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