#3A514D

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

Shades of Blue Dianne #3A514D

Tints of Blue Dianne #3A514D

Color information

#3A514D (or 0x3A514D) is unknown color: approx Blue Dianne. HEX triplet: 3A, 51 and 4D. RGB value is (58,81,77). Sum of RGB (Red+Green+Blue) = 58+81+77=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 81 - color contains mainly: green. Hex color #3A514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A514D is #C5AEB2. Grayscale: #494949. Windows color (decimal): -12955315 or 5067066. OLE color: 5067066.

HSL color Cylindrical-coordinate representation of color #3A514D: hue angle of 169.57º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A514D is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB588177-
CMYK0.2800.050.68
HSL169.57º16.55%27.25%-
HSV(B)169.57º28.4%31.76%-
XYZ6.037.328.12-
YUV73.67129.88116.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.85%
GREEN value IS 81 (32.03% from 255) = 37.5%
BLUE value IS 77 (30.47% from 255) = 35.65%
R=26.85%
G=37.5%
B=35.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5881770.2800.050.68169.5716.5527.25
Hex3A514D1C0544aa111b
Octal7212111534051042522133
Binary111010101000110011011110001011000100101010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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