#355D71

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

Shades of Blumine #355D71

Tints of Blumine #355D71

Color information

#355D71 (or 0x355D71) is unknown color: approx Blumine. HEX triplet: 35, 5D and 71. RGB value is (53,93,113). Sum of RGB (Red+Green+Blue) = 53+93+113=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #355D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355D71 is #CAA28E. Grayscale: #535353. Windows color (decimal): -13279887 or 7429429. OLE color: 7429429.

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

Color convert

RGB5393113-
CMYK0.530.1800.56
HSL200º36.14%32.55%-
HSV(B)200º53.1%44.31%-
XYZ8.369.7817.07-
YUV83.32144.75106.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.46%
GREEN value IS 93 (36.72% from 255) = 35.91%
BLUE value IS 113 (44.53% from 255) = 43.63%
R=20.46%
G=35.91%
B=43.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal53931130.530.1800.5620036.1432.55
Hex355D713512038c82421
Octal6513516165220703104441
Binary1101011011101111000111010110010011100011001000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355D71; }

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

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

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

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

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

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

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

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