Html Css Color HEX #3C4C4B Blue Dianne

📋 copy color: '#3C4C4B'

red 60 ◦ green 76 ◦ blue 75

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

Shades of Blue Dianne #3C4C4B

Tints of Blue Dianne #3C4C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.55%

R = 28.44%
G = 36.02%
B = 35.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

#3C4C4B (or 0x3C4C4B) is known color: Blue Dianne. HEX triplet: 3C, 4C and 4B. RGB value is (60,76,75). Sum of RGB (Red+Green+Blue) = 60+76+75=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 76 - color contains mainly: green. Hex color #3C4C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4C4B is #C3B3B4. Grayscale: #474747. Windows color (decimal): -12825525 or 4934716. OLE color: 4934716.

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

Color convert

RGB 60 76 75 -
CMYK 0.21 0 0.01 0.70
HSL 176.25º 0.12% 0.27% -
HSV(B) 176.25º 0.21% 0.3% -
XYZ 5.72 6.64 7.64 -
YUV 71.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 60 76 75 0.21 0 0.01 0.70 176.25 0.12 0.27
Hex 3C 4C 4B 15 0 1 46 B0 C 1B
Octal 74 114 113 25 0 1 106 260 14 33
Binary 111100 1001100 1001011 10101 0 1 1000110 10110000 1100 11011

Color Harmonies of #3C4C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4C4B

Black with #3C4C4B

Text Example


Text Example

White with #3C4C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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