#3B514D

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

Shades of Blue Dianne #3B514D

Tints of Blue Dianne #3B514D

Color information

#3B514D (or 0x3B514D) is unknown color: approx Blue Dianne. HEX triplet: 3B, 51 and 4D. RGB value is (59,81,77). Sum of RGB (Red+Green+Blue) = 59+81+77=217 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.19% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 81 - color contains mainly: green. Hex color #3B514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B514D is #C4AEB2. Grayscale: #494949. Windows color (decimal): -12889779 or 5067067. OLE color: 5067067.

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

Color convert

RGB598177-
CMYK0.2700.050.68
HSL169.09º15.71%27.45%-
HSV(B)169.09º27.16%31.76%-
XYZ6.097.358.12-
YUV73.97129.71117.33-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.19%
GREEN value IS 81 (32.03% from 255) = 37.33%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=27.19%
G=37.33%
B=35.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5981770.2700.050.68169.0915.7127.45
Hex3B514D1B0544a9101b
Octal7312111533051042512033
Binary111011101000110011011101101011000100101010011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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