#355C73

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

Shades of Blumine #355C73

Tints of Blumine #355C73

Color information

#355C73 (or 0x355C73) is unknown color: approx Blumine. HEX triplet: 35, 5C and 73. RGB value is (53,92,115). Sum of RGB (Red+Green+Blue) = 53+92+115=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 92 (36.33% from 255 or 35.38% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #355C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355C73 is #CAA38C. Grayscale: #525252. Windows color (decimal): -13280141 or 7560245. OLE color: 7560245.

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

Color convert

RGB5392115-
CMYK0.540.2000.55
HSL202.26º36.9%32.94%-
HSV(B)202.26º53.91%45.1%-
XYZ8.399.6517.64-
YUV82.96146.08106.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.38%
GREEN value IS 92 (36.33% from 255) = 35.38%
BLUE value IS 115 (45.31% from 255) = 44.23%
R=20.38%
G=35.38%
B=44.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal53921150.540.2000.55202.2636.932.94
Hex355C733614037ca2521
Octal6513416366240673124541
Binary1101011011100111001111011010100011011111001010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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