#3A5A54

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

Shades of Blue Dianne #3A5A54

Tints of Blue Dianne #3A5A54

Color information

#3A5A54 (or 0x3A5A54) is unknown color: approx Blue Dianne. HEX triplet: 3A, 5A and 54. RGB value is (58,90,84). Sum of RGB (Red+Green+Blue) = 58+90+84=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5A54 is #C5A5AB. Grayscale: #4F4F4F. Windows color (decimal): -12953004 or 5528122. OLE color: 5528122.

HSL color Cylindrical-coordinate representation of color #3A5A54: hue angle of 168.75º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A5A54 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB589084-
CMYK0.3600.070.65
HSL168.75º21.62%29.02%-
HSV(B)168.75º35.56%35.29%-
XYZ78.859.73-
YUV79.75130.4112.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25%
GREEN value IS 90 (35.55% from 255) = 38.79%
BLUE value IS 84 (33.20% from 255) = 36.21%
R=25%
G=38.79%
B=36.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5890840.3600.070.65168.7521.6229.02
Hex3A5A54240741a9161d
Octal7213212444071012512635
Binary1110101011010101010010010001111000001101010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,90,84); }

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

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

 a { background-color: rgb(58,90,84); }

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

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

 span { border-color: rgb(58,90,84); }

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