#335A73

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

Shades of Blumine #335A73

Tints of Blumine #335A73

Color information

#335A73 (or 0x335A73) is unknown color: approx Blumine. HEX triplet: 33, 5A and 73. RGB value is (51,90,115). Sum of RGB (Red+Green+Blue) = 51+90+115=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #335A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335A73 is #CCA58C. Grayscale: #515151. Windows color (decimal): -13411725 or 7559731. OLE color: 7559731.

HSL color Cylindrical-coordinate representation of color #335A73: hue angle of 203.44º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #335A73 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5190115-
CMYK0.560.2200.55
HSL203.44º38.55%32.55%-
HSV(B)203.44º55.65%45.1%-
XYZ8.129.2517.58-
YUV81.19147.08106.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.92%
GREEN value IS 90 (35.55% from 255) = 35.16%
BLUE value IS 115 (45.31% from 255) = 44.92%
R=19.92%
G=35.16%
B=44.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51901150.560.2200.55203.4438.5532.55
Hex335A733816037cb2721
Octal6313216370260673134741
Binary1100111011010111001111100010110011011111001011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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