Html Css Color HEX #3C7478 Ming

📋 copy color: '#3C7478'

red 60 ◦ green 116 ◦ blue 120

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

Shades of Ming #3C7478

Tints of Ming #3C7478

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.19%

 BLUE value IS 120 (47.27% from 255) = 40.54%

R = 20.27%
G = 39.19%
B = 40.54%

CMYK

 C value IS 0.5

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3C7478 (or 0x3C7478) is known color: Ming. HEX triplet: 3C, 74 and 78. RGB value is (60,116,120). Sum of RGB (Red+Green+Blue) = 60+116+120=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C7478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C7478 is #C38B87. Grayscale: #636363. Windows color (decimal): -12815240 or 7894076. OLE color: 7894076.

HSL color Cylindrical-coordinate representation of color #3C7478: hue angle of 184º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C7478 is Cyan = 0.5, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 116 120 -
CMYK 0.5 0.03 0 0.53
HSL 184º 0.33% 0.35% -
HSV(B) 184º 0.5% 0.47% -
XYZ 11.5 14.81 20.02 -
YUV 99.71 139.45 99.67 -
System Red Green Blue C M Y K H S L
Decimal 60 116 120 0.5 0.03 0 0.53 184 0.33 0.35
Hex 3C 74 78 32 3 0 35 B8 21 23
Octal 74 164 170 62 3 0 65 270 41 43
Binary 111100 1110100 1111000 110010 11 0 110101 10111000 100001 100011

Color Harmonies of #3C7478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7478

Black with #3C7478

Text Example


Text Example

White with #3C7478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,116,120); }

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

background-color css

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

 a { background-color: rgb(60,116,120); }

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

border-color css

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

 span { border-color: rgb(60,116,120); }

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