#355B73

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

Shades of Blumine #355B73

Tints of Blumine #355B73

Color information

#355B73 (or 0x355B73) is unknown color: approx Blumine. HEX triplet: 35, 5B and 73. RGB value is (53,91,115). Sum of RGB (Red+Green+Blue) = 53+91+115=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 91 (35.94% from 255 or 35.14% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #355B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355B73 is #CAA48C. Grayscale: #525252. Windows color (decimal): -13280397 or 7559989. OLE color: 7559989.

HSL color Cylindrical-coordinate representation of color #355B73: hue angle of 203.23º 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 #355B73 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5391115-
CMYK0.540.2100.55
HSL203.23º36.9%32.94%-
HSV(B)203.23º53.91%45.1%-
XYZ8.39.4817.61-
YUV82.37146.41107.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.46%
GREEN value IS 91 (35.94% from 255) = 35.14%
BLUE value IS 115 (45.31% from 255) = 44.40%
R=20.46%
G=35.14%
B=44.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53911150.540.2100.55203.2336.932.94
Hex355B733615037cb2521
Octal6513316366250673134541
Binary1101011011011111001111011010101011011111001011100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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