#355A73

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

Shades of Blumine #355A73

Tints of Blumine #355A73

Color information

#355A73 (or 0x355A73) is unknown color: approx Blumine. HEX triplet: 35, 5A and 73. RGB value is (53,90,115). Sum of RGB (Red+Green+Blue) = 53+90+115=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 90 (35.55% from 255 or 34.88% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #355A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355A73 is #CAA58C. Grayscale: #515151. Windows color (decimal): -13280653 or 7559733. OLE color: 7559733.

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

Color convert

RGB5390115-
CMYK0.540.2200.55
HSL204.19º36.9%32.94%-
HSV(B)204.19º53.91%45.1%-
XYZ8.229.3117.58-
YUV81.79146.74107.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.54%
GREEN value IS 90 (35.55% from 255) = 34.88%
BLUE value IS 115 (45.31% from 255) = 44.57%
R=20.54%
G=34.88%
B=44.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53901150.540.2200.55204.1936.932.94
Hex355A733616037cc2521
Octal6513216366260673144541
Binary1101011011010111001111011010110011011111001100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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