#335B72

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

Shades of Blumine #335B72

Tints of Blumine #335B72

Color information

#335B72 (or 0x335B72) is unknown color: approx Blumine. HEX triplet: 33, 5B and 72. RGB value is (51,91,114). Sum of RGB (Red+Green+Blue) = 51+91+114=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #335B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335B72 is #CCA48D. Grayscale: #515151. Windows color (decimal): -13411470 or 7494451. OLE color: 7494451.

HSL color Cylindrical-coordinate representation of color #335B72: hue angle of 201.9º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #335B72 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5191114-
CMYK0.550.2000.55
HSL201.9º38.18%32.35%-
HSV(B)201.9º55.26%44.71%-
XYZ8.149.417.3-
YUV81.66146.25106.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.92%
GREEN value IS 91 (35.94% from 255) = 35.55%
BLUE value IS 114 (44.92% from 255) = 44.53%
R=19.92%
G=35.55%
B=44.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51911140.550.2000.55201.938.1832.35
Hex335B723714037ca2620
Octal6313316267240673124640
Binary1100111011011111001011011110100011011111001010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,91,114); }

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

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

 a { background-color: rgb(51,91,114); }

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

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

 span { border-color: rgb(51,91,114); }

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