#356475

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

Shades of Blumine #356475

Tints of Blumine #356475

Color information

#356475 (or 0x356475) is unknown color: approx Blumine. HEX triplet: 35, 64 and 75. RGB value is (53,100,117). Sum of RGB (Red+Green+Blue) = 53+100+117=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #356475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356475 is #CA9B8A. Grayscale: #575757. Windows color (decimal): -13278091 or 7693365. OLE color: 7693365.

HSL color Cylindrical-coordinate representation of color #356475: hue angle of 195.94º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #356475 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB53100117-
CMYK0.550.1500.54
HSL195.94º37.65%33.33%-
HSV(B)195.94º54.7%45.88%-
XYZ9.2411.1618.5-
YUV87.88144.43103.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.63%
GREEN value IS 100 (39.45% from 255) = 37.04%
BLUE value IS 117 (46.09% from 255) = 43.33%
R=19.63%
G=37.04%
B=43.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531001170.550.1500.54195.9437.6533.33
Hex35647537F036c42621
Octal6514416567170663044641
Binary110101110010011101011101111111011011011000100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356475; }

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

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

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

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

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

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

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

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