#335C73

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

Shades of Blumine #335C73

Tints of Blumine #335C73

Color information

#335C73 (or 0x335C73) is unknown color: approx Blumine. HEX triplet: 33, 5C and 73. RGB value is (51,92,115). Sum of RGB (Red+Green+Blue) = 51+92+115=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 92 (36.33% from 255 or 35.66% 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 #335C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335C73 is #CCA38C. Grayscale: #525252. Windows color (decimal): -13411213 or 7560243. OLE color: 7560243.

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

Color convert

RGB5192115-
CMYK0.560.2000.55
HSL201.56º38.55%32.55%-
HSV(B)201.56º55.65%45.1%-
XYZ8.299.617.64-
YUV82.36146.42105.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.77%
GREEN value IS 92 (36.33% from 255) = 35.66%
BLUE value IS 115 (45.31% from 255) = 44.57%
R=19.77%
G=35.66%
B=44.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51921150.560.2000.55201.5638.5532.55
Hex335C733814037ca2721
Octal6313416370240673124741
Binary1100111011100111001111100010100011011111001010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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