#335F73

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

Shades of Blumine #335F73

Tints of Blumine #335F73

Color information

#335F73 (or 0x335F73) is unknown color: approx Blumine. HEX triplet: 33, 5F and 73. RGB value is (51,95,115). Sum of RGB (Red+Green+Blue) = 51+95+115=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #335F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335F73 is #CCA08C. Grayscale: #545454. Windows color (decimal): -13410445 or 7561011. OLE color: 7561011.

HSL color Cylindrical-coordinate representation of color #335F73: hue angle of 198.75º 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 #335F73 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5195115-
CMYK0.560.1700.55
HSL198.75º38.55%32.55%-
HSV(B)198.75º55.65%45.1%-
XYZ8.5510.1317.72-
YUV84.12145.42104.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.54%
GREEN value IS 95 (37.5% from 255) = 36.40%
BLUE value IS 115 (45.31% from 255) = 44.06%
R=19.54%
G=36.40%
B=44.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51951150.560.1700.55198.7538.5532.55
Hex335F733811037c72721
Octal6313716370210673074741
Binary1100111011111111001111100010001011011111000111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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