#335351

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

Shades of Blue Dianne #335351

Tints of Blue Dianne #335351

Color information

#335351 (or 0x335351) is unknown color: approx Blue Dianne. HEX triplet: 33, 53 and 51. RGB value is (51,83,81). Sum of RGB (Red+Green+Blue) = 51+83+81=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 83 - color contains mainly: green. Hex color #335351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335351 is #CCACAE. Grayscale: #494949. Windows color (decimal): -13413551 or 5329715. OLE color: 5329715.

HSL color Cylindrical-coordinate representation of color #335351: hue angle of 176.25º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #335351 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB518381-
CMYK0.3900.020.67
HSL176.25º23.88%26.27%-
HSV(B)176.25º38.55%32.55%-
XYZ5.947.488.92-
YUV73.2132.4112.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.72%
GREEN value IS 83 (32.81% from 255) = 38.60%
BLUE value IS 81 (32.03% from 255) = 37.67%
R=23.72%
G=38.60%
B=37.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5183810.3900.020.67176.2523.8826.27
Hex335351270243b0181a
Octal6312312147021032603032
Binary110011101001110100011001110101000011101100001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335351; }

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

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

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

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

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

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

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

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