#335F72

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

Shades of Blumine #335F72

Tints of Blumine #335F72

Color information

#335F72 (or 0x335F72) is unknown color: approx Blumine. HEX triplet: 33, 5F and 72. RGB value is (51,95,114). Sum of RGB (Red+Green+Blue) = 51+95+114=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #335F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335F72 is #CCA08D. Grayscale: #535353. Windows color (decimal): -13410446 or 7495475. OLE color: 7495475.

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

Color convert

RGB5195114-
CMYK0.550.1700.55
HSL198.1º38.18%32.35%-
HSV(B)198.1º55.26%44.71%-
XYZ8.4910.117.42-
YUV84.01144.92104.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.62%
GREEN value IS 95 (37.5% from 255) = 36.54%
BLUE value IS 114 (44.92% from 255) = 43.85%
R=19.62%
G=36.54%
B=43.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51951140.550.1700.55198.138.1832.35
Hex335F723711037c62620
Octal6313716267210673064640
Binary1100111011111111001011011110001011011111000110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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