Html Css Color HEX #3A504F Blue Dianne

📋 copy color: '#3A504F'

red 58 ◦ green 80 ◦ blue 79

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

Shades of Blue Dianne #3A504F

Tints of Blue Dianne #3A504F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.41%

R = 26.73%
G = 36.87%
B = 36.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#3A504F (or 0x3A504F) is known color: Blue Dianne. HEX triplet: 3A, 50 and 4F. RGB value is (58,80,79). Sum of RGB (Red+Green+Blue) = 58+80+79=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 80 - color contains mainly: green. Hex color #3A504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A504F is #C5AFB0. Grayscale: #494949. Windows color (decimal): -12955569 or 5197882. OLE color: 5197882.

HSL color Cylindrical-coordinate representation of color #3A504F: hue angle of 177.27º 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 #3A504F is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 80 79 -
CMYK 0.28 0 0.01 0.69
HSL 177.27º 0.16% 0.27% -
HSV(B) 177.27º 0.28% 0.31% -
XYZ 6.02 7.2 8.47 -
YUV 73.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 58 80 79 0.28 0 0.01 0.69 177.27 0.16 0.27
Hex 3A 50 4F 1C 0 1 45 B1 10 1B
Octal 72 120 117 34 0 1 105 261 20 33
Binary 111010 1010000 1001111 11100 0 1 1000101 10110001 10000 11011

Color Harmonies of #3A504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A504F

Black with #3A504F

Text Example


Text Example

White with #3A504F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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