#335E71

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

Shades of Blumine #335E71

Tints of Blumine #335E71

Color information

#335E71 (or 0x335E71) is unknown color: approx Blumine. HEX triplet: 33, 5E and 71. RGB value is (51,94,113). Sum of RGB (Red+Green+Blue) = 51+94+113=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 94 (37.11% from 255 or 36.43% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #335E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335E71 is #CCA18E. Grayscale: #535353. Windows color (decimal): -13410703 or 7429683. OLE color: 7429683.

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

Color convert

RGB5194113-
CMYK0.550.1700.56
HSL198.39º37.8%32.16%-
HSV(B)198.39º54.87%44.31%-
XYZ8.359.917.09-
YUV83.31144.75104.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.77%
GREEN value IS 94 (37.11% from 255) = 36.43%
BLUE value IS 113 (44.53% from 255) = 43.80%
R=19.77%
G=36.43%
B=43.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51941130.550.1700.56198.3937.832.16
Hex335E713711038c62620
Octal6313616167210703064640
Binary1100111011110111000111011110001011100011000110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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