#3A5C56

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

Shades of Blue Dianne #3A5C56

Tints of Blue Dianne #3A5C56

Color information

#3A5C56 (or 0x3A5C56) is unknown color: approx Blue Dianne. HEX triplet: 3A, 5C and 56. RGB value is (58,92,86). Sum of RGB (Red+Green+Blue) = 58+92+86=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 92 - color contains mainly: green. Hex color #3A5C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5C56 is #C5A3A9. Grayscale: #515151. Windows color (decimal): -12952490 or 5659706. OLE color: 5659706.

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

Color convert

RGB589286-
CMYK0.3700.070.64
HSL169.41º22.67%29.41%-
HSV(B)169.41º36.96%36.08%-
XYZ7.259.2310.2-
YUV81.15130.74111.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.58%
GREEN value IS 92 (36.33% from 255) = 38.98%
BLUE value IS 86 (33.98% from 255) = 36.44%
R=24.58%
G=38.98%
B=36.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5892860.3700.070.64169.4122.6729.41
Hex3A5C56250740a9171d
Octal7213412645071002512735
Binary1110101011100101011010010101111000000101010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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