#355450

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

Shades of Blue Dianne #355450

Tints of Blue Dianne #355450

Color information

#355450 (or 0x355450) is unknown color: approx Blue Dianne. HEX triplet: 35, 54 and 50. RGB value is (53,84,80). Sum of RGB (Red+Green+Blue) = 53+84+80=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 84 - color contains mainly: green. Hex color #355450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355450 is #CAABAF. Grayscale: #4A4A4A. Windows color (decimal): -13282224 or 5264437. OLE color: 5264437.

HSL color Cylindrical-coordinate representation of color #355450: hue angle of 172.26º 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 #355450 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB538480-
CMYK0.3700.050.67
HSL172.26º22.63%26.86%-
HSV(B)172.26º36.9%32.94%-
XYZ6.097.688.75-
YUV74.28131.23112.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.42%
GREEN value IS 84 (33.20% from 255) = 38.71%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=24.42%
G=38.71%
B=36.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5384800.3700.050.67172.2622.6326.86
Hex355450250543ac171b
Octal6512412045051032542733
Binary1101011010100101000010010101011000011101011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355450; }

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

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

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

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

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

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

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

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