#355451

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

Shades of Blue Dianne #355451

Tints of Blue Dianne #355451

Color information

#355451 (or 0x355451) is unknown color: approx Blue Dianne. HEX triplet: 35, 54 and 51. RGB value is (53,84,81). Sum of RGB (Red+Green+Blue) = 53+84+81=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 84 - color contains mainly: green. Hex color #355451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355451 is #CAABAE. Grayscale: #4A4A4A. Windows color (decimal): -13282223 or 5329973. OLE color: 5329973.

HSL color Cylindrical-coordinate representation of color #355451: hue angle of 174.19º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #355451 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB538481-
CMYK0.3700.040.67
HSL174.19º22.63%26.86%-
HSV(B)174.19º36.9%32.94%-
XYZ6.127.698.95-
YUV74.39131.73112.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.31%
GREEN value IS 84 (33.20% from 255) = 38.53%
BLUE value IS 81 (32.03% from 255) = 37.16%
R=24.31%
G=38.53%
B=37.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5384810.3700.040.67174.1922.6326.86
Hex355451250443ae171b
Octal6512412145041032562733
Binary1101011010100101000110010101001000011101011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355451; }

 p { color: rgb(53,84,81); }

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

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

 a { background-color: rgb(53,84,81); }

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

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

 span { border-color: rgb(53,84,81); }

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