#335C71

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

Shades of Blumine #335C71

Tints of Blumine #335C71

Color information

#335C71 (or 0x335C71) is unknown color: approx Blumine. HEX triplet: 33, 5C and 71. RGB value is (51,92,113). Sum of RGB (Red+Green+Blue) = 51+92+113=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 92 (36.33% from 255 or 35.94% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #335C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335C71 is #CCA38E. Grayscale: #525252. Windows color (decimal): -13411215 or 7429171. OLE color: 7429171.

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

Color convert

RGB5192113-
CMYK0.550.1900.56
HSL200.32º37.8%32.16%-
HSV(B)200.32º54.87%44.31%-
XYZ8.179.5517.04-
YUV82.14145.42105.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.92%
GREEN value IS 92 (36.33% from 255) = 35.94%
BLUE value IS 113 (44.53% from 255) = 44.14%
R=19.92%
G=35.94%
B=44.14%

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
Decimal51921130.550.1900.56200.3237.832.16
Hex335C713713038c82620
Octal6313416167230703104640
Binary1100111011100111000111011110011011100011001000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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