#335250

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

Shades of Blue Dianne #335250

Tints of Blue Dianne #335250

Color information

#335250 (or 0x335250) is unknown color: approx Blue Dianne. HEX triplet: 33, 52 and 50. RGB value is (51,82,80). Sum of RGB (Red+Green+Blue) = 51+82+80=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 82 - color contains mainly: green. Hex color #335250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335250 is #CCADAF. Grayscale: #484848. Windows color (decimal): -13413808 or 5263923. OLE color: 5263923.

HSL color Cylindrical-coordinate representation of color #335250: hue angle of 176.13º 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 #335250 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB518280-
CMYK0.3800.020.68
HSL176.13º23.31%26.08%-
HSV(B)176.13º37.8%32.16%-
XYZ5.837.328.69-
YUV72.5132.23112.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.94%
GREEN value IS 82 (32.42% from 255) = 38.50%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=23.94%
G=38.50%
B=37.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5182800.3800.020.68176.1323.3126.08
Hex335250260244b0171a
Octal6312212046021042602732
Binary110011101001010100001001100101000100101100001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335250; }

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

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

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

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

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

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

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

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