#3A5652

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

Shades of Blue Dianne #3A5652

Tints of Blue Dianne #3A5652

Color information

#3A5652 (or 0x3A5652) is unknown color: approx Blue Dianne. HEX triplet: 3A, 56 and 52. RGB value is (58,86,82). Sum of RGB (Red+Green+Blue) = 58+86+82=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 86 - color contains mainly: green. Hex color #3A5652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5652 is #C5A9AD. Grayscale: #4D4D4D. Windows color (decimal): -12954030 or 5396026. OLE color: 5396026.

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

Color convert

RGB588682-
CMYK0.3300.050.66
HSL171.43º19.44%28.24%-
HSV(B)171.43º32.56%33.73%-
XYZ6.68.169.21-
YUV77.17130.72114.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.66%
GREEN value IS 86 (33.98% from 255) = 38.05%
BLUE value IS 82 (32.42% from 255) = 36.28%
R=25.66%
G=38.05%
B=36.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5886820.3300.050.66171.4319.4428.24
Hex3A5652210542ab131c
Octal7212612241051022532334
Binary1110101010110101001010000101011000010101010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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