#335871

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

Shades of Blumine #335871

Tints of Blumine #335871

Color information

#335871 (or 0x335871) is unknown color: approx Blumine. HEX triplet: 33, 58 and 71. RGB value is (51,88,113). Sum of RGB (Red+Green+Blue) = 51+88+113=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #335871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335871 is #CCA78E. Grayscale: #4F4F4F. Windows color (decimal): -13412239 or 7428147. OLE color: 7428147.

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

Color convert

RGB5188113-
CMYK0.550.2200.56
HSL204.19º37.8%32.16%-
HSV(B)204.19º54.87%44.31%-
XYZ7.848.8816.92-
YUV79.79146.74107.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.24%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 113 (44.53% from 255) = 44.84%
R=20.24%
G=34.92%
B=44.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51881130.550.2200.56204.1937.832.16
Hex3358713716038cc2620
Octal6313016167260703144640
Binary1100111011000111000111011110110011100011001100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335871; }

 p { color: rgb(51,88,113); }

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

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

 a { background-color: rgb(51,88,113); }

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

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

 span { border-color: rgb(51,88,113); }

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