#335854

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

Shades of Blue Dianne #335854

Tints of Blue Dianne #335854

Color information

#335854 (or 0x335854) is unknown color: approx Blue Dianne. HEX triplet: 33, 58 and 54. RGB value is (51,88,84). Sum of RGB (Red+Green+Blue) = 51+88+84=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 88 - color contains mainly: green. Hex color #335854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335854 is #CCA7AB. Grayscale: #4C4C4C. Windows color (decimal): -13412268 or 5527603. OLE color: 5527603.

HSL color Cylindrical-coordinate representation of color #335854: hue angle of 173.51º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #335854 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.65.

Color convert

RGB518884-
CMYK0.4200.050.65
HSL173.51º26.62%27.25%-
HSV(B)173.51º42.05%34.51%-
XYZ6.468.329.65-
YUV76.48132.24109.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.87%
GREEN value IS 88 (34.77% from 255) = 39.46%
BLUE value IS 84 (33.20% from 255) = 37.67%
R=22.87%
G=39.46%
B=37.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5188840.4200.050.65173.5126.6227.25
Hex3358542A0541ae1b1b
Octal6313012452051012563333
Binary1100111011000101010010101001011000001101011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335854; }

 p { color: rgb(51,88,84); }

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

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

 a { background-color: rgb(51,88,84); }

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

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

 span { border-color: rgb(51,88,84); }

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