#355f73

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

Shades of Blumine #355F73

Tints of Blumine #355F73

Color information

#355F73 (or 0x355F73) is unknown color: approx Blumine. HEX triplet: 35, 5F and 73. RGB value is (53,95,115). Sum of RGB (Red+Green+Blue) = 53+95+115=263 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.15% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #355F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355F73 is #CAA08C. Grayscale: #545454. Windows color (decimal): -13279373 or 7561013. OLE color: 7561013.

HSL color Cylindrical-coordinate representation of color #355F73: hue angle of 199.35º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #355F73 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5395115-
CMYK0.540.1700.55
HSL199.35º36.9%32.94%-
HSV(B)199.35º53.91%45.1%-
XYZ8.6510.1817.73-
YUV84.72145.09105.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.15%
GREEN value IS 95 (37.5% from 255) = 36.12%
BLUE value IS 115 (45.31% from 255) = 43.73%
R=20.15%
G=36.12%
B=43.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53951150.540.1700.55199.3536.932.94
Hex355F733611037c72521
Octal6513716366210673074541
Binary1101011011111111001111011010001011011111000111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355f73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,95,115); }

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

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

 a { background-color: rgb(53,95,115); }

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

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

 span { border-color: rgb(53,95,115); }

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