Html Css Color HEX #3C4C4A Blue Dianne

📋 copy color: '#3C4C4A'

red 60 ◦ green 76 ◦ blue 74

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

Shades of Blue Dianne #3C4C4A

Tints of Blue Dianne #3C4C4A

RGB

 RED value IS 60 (23.83% from 255) = 28.57%

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

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

R = 28.57%
G = 36.19%
B = 35.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#3C4C4A (or 0x3C4C4A) is known color: Blue Dianne. HEX triplet: 3C, 4C and 4A. RGB value is (60,76,74). Sum of RGB (Red+Green+Blue) = 60+76+74=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 76 - color contains mainly: green. Hex color #3C4C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4C4A is #C3B3B5. Grayscale: #464646. Windows color (decimal): -12825526 or 4869180. OLE color: 4869180.

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

Color convert

RGB 60 76 74 -
CMYK 0.21 0 0.03 0.70
HSL 172.5º 0.12% 0.27% -
HSV(B) 172.5º 0.21% 0.3% -
XYZ 5.68 6.62 7.46 -
YUV 70.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 60 76 74 0.21 0 0.03 0.70 172.5 0.12 0.27
Hex 3C 4C 4A 15 0 3 46 AC C 1B
Octal 74 114 112 25 0 3 106 254 14 33
Binary 111100 1001100 1001010 10101 0 11 1000110 10101100 1100 11011

Color Harmonies of #3C4C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4C4A

Black with #3C4C4A

Text Example


Text Example

White with #3C4C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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