Html Css Color HEX #3A504C Blue Dianne

📋 copy color: '#3A504C'

red 58 ◦ green 80 ◦ blue 76

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

Shades of Blue Dianne #3A504C

Tints of Blue Dianne #3A504C

RGB

 RED value IS 58 (23.05% from 255) = 27.1%

 GREEN value IS 80 (31.64% from 255) = 37.38%

 BLUE value IS 76 (30.08% from 255) = 35.51%

R = 27.1%
G = 37.38%
B = 35.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#3A504C (or 0x3A504C) is known color: Blue Dianne. HEX triplet: 3A, 50 and 4C. RGB value is (58,80,76). Sum of RGB (Red+Green+Blue) = 58+80+76=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 80 - color contains mainly: green. Hex color #3A504C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A504C is #C5AFB3. Grayscale: #484848. Windows color (decimal): -12955572 or 5001274. OLE color: 5001274.

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

Color convert

RGB 58 80 76 -
CMYK 0.28 0 0.05 0.69
HSL 169.09º 0.16% 0.27% -
HSV(B) 169.09º 0.28% 0.31% -
XYZ 5.92 7.16 7.91 -
YUV 72.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 58 80 76 0.28 0 0.05 0.69 169.09 0.16 0.27
Hex 3A 50 4C 1C 0 5 45 A9 10 1B
Octal 72 120 114 34 0 5 105 251 20 33
Binary 111010 1010000 1001100 11100 0 101 1000101 10101001 10000 11011

Color Harmonies of #3A504C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A504C

Black with #3A504C

Text Example


Text Example

White with #3A504C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,80,76); }

 H1.HeaderClassName
 {
   color: #3A504C;
 }
 .AnyTagClassName
 {
   color: #3A504C;
 }
</style>

background-color css

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

 a { background-color: rgb(58,80,76); }

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

border-color css

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

 span { border-color: rgb(58,80,76); }

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