#355E73

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

Shades of Blumine #355E73

Tints of Blumine #355E73

Color information

#355E73 (or 0x355E73) is unknown color: approx Blumine. HEX triplet: 35, 5E and 73. RGB value is (53,94,115). Sum of RGB (Red+Green+Blue) = 53+94+115=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #355E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355E73 is #CAA18C. Grayscale: #545454. Windows color (decimal): -13279629 or 7560757. OLE color: 7560757.

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

Color convert

RGB5394115-
CMYK0.540.1800.55
HSL200.32º36.9%32.94%-
HSV(B)200.32º53.91%45.1%-
XYZ8.571017.7-
YUV84.14145.42105.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.23%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 115 (45.31% from 255) = 43.89%
R=20.23%
G=35.88%
B=43.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53941150.540.1800.55200.3236.932.94
Hex355E733612037c82521
Octal6513616366220673104541
Binary1101011011110111001111011010010011011111001000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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