#3A5551

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

Shades of Blue Dianne #3A5551

Tints of Blue Dianne #3A5551

Color information

#3A5551 (or 0x3A5551) is unknown color: approx Blue Dianne. HEX triplet: 3A, 55 and 51. RGB value is (58,85,81). Sum of RGB (Red+Green+Blue) = 58+85+81=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 85 - color contains mainly: green. Hex color #3A5551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5551 is #C5AAAE. Grayscale: #4C4C4C. Windows color (decimal): -12954287 or 5330234. OLE color: 5330234.

HSL color Cylindrical-coordinate representation of color #3A5551: hue angle of 171.11º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3A5551 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB588581-
CMYK0.3200.050.67
HSL171.11º18.88%28.04%-
HSV(B)171.11º31.76%33.33%-
XYZ6.487.998.99-
YUV76.47130.55114.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.89%
GREEN value IS 85 (33.59% from 255) = 37.95%
BLUE value IS 81 (32.03% from 255) = 36.16%
R=25.89%
G=37.95%
B=36.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5885810.3200.050.67171.1118.8828.04
Hex3A5551200543ab131c
Octal7212512140051032532334
Binary1110101010101101000110000001011000011101010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A5551; }

 p { color: rgb(58,85,81); }

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

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

 a { background-color: rgb(58,85,81); }

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

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

 span { border-color: rgb(58,85,81); }

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