Html Css Color HEX #3A4848 Blue Dianne

📋 copy color: '#3A4848'

red 58 ◦ green 72 ◦ blue 72

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

Shades of Blue Dianne #3A4848

Tints of Blue Dianne #3A4848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.64%

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

R = 28.71%
G = 35.64%
B = 35.64%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3A4848 (or 0x3A4848) is known color: Blue Dianne. HEX triplet: 3A, 48 and 48. RGB value is (58,72,72). Sum of RGB (Red+Green+Blue) = 58+72+72=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #3A4848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4848 is #C5B7B7. Grayscale: #434343. Windows color (decimal): -12957624 or 4737082. OLE color: 4737082.

HSL color Cylindrical-coordinate representation of color #3A4848: hue angle of 180º 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 #3A4848 is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 72 72 -
CMYK 0.19 0 0 0.72
HSL 180º 0.11% 0.25% -
HSV(B) 180º 0.19% 0.28% -
XYZ 5.23 6 7.01 -
YUV 67.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 58 72 72 0.19 0 0 0.72 180 0.11 0.25
Hex 3A 48 48 13 0 0 48 B4 B 19
Octal 72 110 110 23 0 0 110 264 13 31
Binary 111010 1001000 1001000 10011 0 0 1001000 10110100 1011 11001

Color Harmonies of #3A4848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4848

Black with #3A4848

Text Example


Text Example

White with #3A4848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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