#3A5351

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

Shades of Blue Dianne #3A5351

Tints of Blue Dianne #3A5351

Color information

#3A5351 (or 0x3A5351) is unknown color: approx Blue Dianne. HEX triplet: 3A, 53 and 51. RGB value is (58,83,81). Sum of RGB (Red+Green+Blue) = 58+83+81=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 83 - color contains mainly: green. Hex color #3A5351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5351 is #C5ACAE. Grayscale: #4B4B4B. Windows color (decimal): -12954799 or 5329722. OLE color: 5329722.

HSL color Cylindrical-coordinate representation of color #3A5351: hue angle of 175.2º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3A5351 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB588381-
CMYK0.3000.020.67
HSL175.2º17.73%27.65%-
HSV(B)175.2º30.12%32.55%-
XYZ6.327.688.93-
YUV75.3131.22115.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.13%
GREEN value IS 83 (32.81% from 255) = 37.39%
BLUE value IS 81 (32.03% from 255) = 36.49%
R=26.13%
G=37.39%
B=36.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5883810.3000.020.67175.217.7327.65
Hex3A53511E0243af121c
Octal7212312136021032572234
Binary11101010100111010001111100101000011101011111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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