Html Css Color HEX #3A514D Blue Dianne

📋 copy color: '#3A514D'

red 58 ◦ green 81 ◦ blue 77

#3A514D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Dianne #3A514D

Tints of Blue Dianne #3A514D

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 value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#3A514D (or 0x3A514D) is known color: 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

RGB 58 81 77 -
CMYK 0.28 0 0.05 0.68
HSL 169.57º 0.17% 0.27% -
HSV(B) 169.57º 0.28% 0.32% -
XYZ 6.03 7.32 8.12 -
YUV 73.67 129.88 116.83 -
System Red Green Blue C M Y K H S L
Decimal 58 81 77 0.28 0 0.05 0.68 169.57 0.17 0.27
Hex 3A 51 4D 1C 0 5 44 AA 11 1B
Octal 72 121 115 34 0 5 104 252 21 33
Binary 111010 1010001 1001101 11100 0 101 1000100 10101010 10001 11011

Color Harmonies of #3A514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A514D

Black with #3A514D

Text Example


Text Example

White with #3A514D

Text Example


Text Example

HTML Codes & Css Web 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>