#3A5552

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

Shades of Blue Dianne #3A5552

Tints of Blue Dianne #3A5552

Color information

#3A5552 (or 0x3A5552) is unknown color: approx Blue Dianne. HEX triplet: 3A, 55 and 52. RGB value is (58,85,82). Sum of RGB (Red+Green+Blue) = 58+85+82=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 85 - color contains mainly: green. Hex color #3A5552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5552 is #C5AAAD. Grayscale: #4C4C4C. Windows color (decimal): -12954286 or 5395770. OLE color: 5395770.

HSL color Cylindrical-coordinate representation of color #3A5552: hue angle of 173.33º 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 #3A5552 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB588582-
CMYK0.3200.040.67
HSL173.33º18.88%28.04%-
HSV(B)173.33º31.76%33.33%-
XYZ6.528.019.18-
YUV76.58131.05114.74-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.78%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 82 (32.42% from 255) = 36.44%
R=25.78%
G=37.78%
B=36.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5885820.3200.040.67173.3318.8828.04
Hex3A5552200443ad131c
Octal7212512240041032552334
Binary1110101010101101001010000001001000011101011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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