#335B71

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

Shades of Blumine #335B71

Tints of Blumine #335B71

Color information

#335B71 (or 0x335B71) is unknown color: approx Blumine. HEX triplet: 33, 5B and 71. RGB value is (51,91,113). Sum of RGB (Red+Green+Blue) = 51+91+113=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 91 (35.94% from 255 or 35.69% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #335B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335B71 is #CCA48E. Grayscale: #515151. Windows color (decimal): -13411471 or 7428915. OLE color: 7428915.

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

Color convert

RGB5191113-
CMYK0.550.1900.56
HSL201.29º37.8%32.16%-
HSV(B)201.29º54.87%44.31%-
XYZ8.099.3817.01-
YUV81.55145.75106.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20%
GREEN value IS 91 (35.94% from 255) = 35.69%
BLUE value IS 113 (44.53% from 255) = 44.31%
R=20%
G=35.69%
B=44.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51911130.550.1900.56201.2937.832.16
Hex335B713713038c92620
Octal6313316167230703114640
Binary1100111011011111000111011110011011100011001001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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