Html Css Color HEX #3A4648 Charade

📋 copy color: '#3A4648'

red 58 ◦ green 70 ◦ blue 72

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

Shades of Charade #3A4648

Tints of Charade #3A4648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35%

 BLUE value IS 72 (28.52% from 255) = 36%

R = 29%
G = 35%
B = 36%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3A4648 (or 0x3A4648) is known color: Charade. HEX triplet: 3A, 46 and 48. RGB value is (58,70,72). Sum of RGB (Red+Green+Blue) = 58+70+72=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A4648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4648 is #C5B9B7. Grayscale: #424242. Windows color (decimal): -12958136 or 4736570. OLE color: 4736570.

HSL color Cylindrical-coordinate representation of color #3A4648: hue angle of 188.57º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A4648 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 70 72 -
CMYK 0.19 0.03 0 0.72
HSL 188.57º 0.11% 0.25% -
HSV(B) 188.57º 0.19% 0.28% -
XYZ 5.1 5.75 6.97 -
YUV 66.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 58 70 72 0.19 0.03 0 0.72 188.57 0.11 0.25
Hex 3A 46 48 13 3 0 48 BD B 19
Octal 72 106 110 23 3 0 110 275 13 31
Binary 111010 1000110 1001000 10011 11 0 1001000 10111101 1011 11001

Color Harmonies of #3A4648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4648

Black with #3A4648

Text Example


Text Example

White with #3A4648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,70,72); }

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

background-color css

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

 a { background-color: rgb(58,70,72); }

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

border-color css

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

 span { border-color: rgb(58,70,72); }

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