#356471

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

Shades of Blumine #356471

Tints of Blumine #356471

Color information

#356471 (or 0x356471) is unknown color: approx Blumine. HEX triplet: 35, 64 and 71. RGB value is (53,100,113). Sum of RGB (Red+Green+Blue) = 53+100+113=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 113 - color contains mainly: blue. Hex color #356471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356471 is #CA9B8E. Grayscale: #575757. Windows color (decimal): -13278095 or 7431221. OLE color: 7431221.

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

Color convert

RGB53100113-
CMYK0.530.1200.56
HSL193º36.14%32.55%-
HSV(B)193º53.1%44.31%-
XYZ9.0111.0617.28-
YUV87.43142.43103.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.92%
GREEN value IS 100 (39.45% from 255) = 37.59%
BLUE value IS 113 (44.53% from 255) = 42.48%
R=19.92%
G=37.59%
B=42.48%

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
Decimal531001130.530.1200.5619336.1432.55
Hex35647135C038c12421
Octal6514416165140703014441
Binary110101110010011100011101011100011100011000001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356471; }

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

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

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

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

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

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

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

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