Html Css Color HEX #3A4C4A Blue Dianne

📋 copy color: '#3A4C4A'

red 58 ◦ green 76 ◦ blue 74

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

Shades of Blue Dianne #3A4C4A

Tints of Blue Dianne #3A4C4A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.54%

 BLUE value IS 74 (29.3% from 255) = 35.58%

R = 27.88%
G = 36.54%
B = 35.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#3A4C4A (or 0x3A4C4A) is known color: Blue Dianne. HEX triplet: 3A, 4C and 4A. RGB value is (58,76,74). Sum of RGB (Red+Green+Blue) = 58+76+74=208 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.88% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 76 - color contains mainly: green. Hex color #3A4C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4C4A is #C5B3B5. Grayscale: #464646. Windows color (decimal): -12956598 or 4869178. OLE color: 4869178.

HSL color Cylindrical-coordinate representation of color #3A4C4A: hue angle of 173.33º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3A4C4A is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB 58 76 74 -
CMYK 0.24 0 0.03 0.70
HSL 173.33º 0.13% 0.26% -
HSV(B) 173.33º 0.24% 0.3% -
XYZ 5.57 6.56 7.45 -
YUV 70.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 58 76 74 0.24 0 0.03 0.70 173.33 0.13 0.26
Hex 3A 4C 4A 18 0 3 46 AD D 1A
Octal 72 114 112 30 0 3 106 255 15 32
Binary 111010 1001100 1001010 11000 0 11 1000110 10101101 1101 11010

Color Harmonies of #3A4C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4C4A

Black with #3A4C4A

Text Example


Text Example

White with #3A4C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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