#335251

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

Shades of Blue Dianne #335251

Tints of Blue Dianne #335251

Color information

#335251 (or 0x335251) is unknown color: approx Blue Dianne. HEX triplet: 33, 52 and 51. RGB value is (51,82,81). Sum of RGB (Red+Green+Blue) = 51+82+81=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 82 - color contains mainly: green. Hex color #335251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335251 is #CCADAE. Grayscale: #484848. Windows color (decimal): -13413807 or 5329459. OLE color: 5329459.

HSL color Cylindrical-coordinate representation of color #335251: hue angle of 178.06º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #335251 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB518281-
CMYK0.3800.010.68
HSL178.06º23.31%26.08%-
HSV(B)178.06º37.8%32.16%-
XYZ5.877.338.89-
YUV72.62132.73112.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.83%
GREEN value IS 82 (32.42% from 255) = 38.32%
BLUE value IS 81 (32.03% from 255) = 37.85%
R=23.83%
G=38.32%
B=37.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5182810.3800.010.68178.0623.3126.08
Hex335251260144b2171a
Octal6312212146011042622732
Binary11001110100101010001100110011000100101100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335251; }

 p { color: rgb(51,82,81); }

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

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

 a { background-color: rgb(51,82,81); }

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

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

 span { border-color: rgb(51,82,81); }

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