#355150

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

Shades of Blue Dianne #355150

Tints of Blue Dianne #355150

Color information

#355150 (or 0x355150) is unknown color: approx Blue Dianne. HEX triplet: 35, 51 and 50. RGB value is (53,81,80). Sum of RGB (Red+Green+Blue) = 53+81+80=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 81 - color contains mainly: green. Hex color #355150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355150 is #CAAEAF. Grayscale: #484848. Windows color (decimal): -13282992 or 5263669. OLE color: 5263669.

HSL color Cylindrical-coordinate representation of color #355150: hue angle of 177.86º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #355150 is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB538180-
CMYK0.3500.010.68
HSL177.86º20.9%26.27%-
HSV(B)177.86º34.57%31.76%-
XYZ5.867.228.67-
YUV72.51132.22114.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.77%
GREEN value IS 81 (32.03% from 255) = 37.85%
BLUE value IS 80 (31.64% from 255) = 37.38%
R=24.77%
G=37.85%
B=37.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5381800.3500.010.68177.8620.926.27
Hex355150230144b2151a
Octal6512112043011042622532
Binary11010110100011010000100011011000100101100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355150; }

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

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

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

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

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

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

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

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