Html Css Color HEX #3C7781 Ming

📋 copy color: '#3C7781'

red 60 ◦ green 119 ◦ blue 129

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

Shades of Ming #3C7781

Tints of Ming #3C7781

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.64%

 BLUE value IS 129 (50.78% from 255) = 41.88%

R = 19.48%
G = 38.64%
B = 41.88%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3C7781 (or 0x3C7781) is known color: Ming. HEX triplet: 3C, 77 and 81. RGB value is (60,119,129). Sum of RGB (Red+Green+Blue) = 60+119+129=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 129 - color contains mainly: blue. Hex color #3C7781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7781 is #C3887E. Grayscale: #666666. Windows color (decimal): -12814463 or 8484668. OLE color: 8484668.

HSL color Cylindrical-coordinate representation of color #3C7781: hue angle of 188.7º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C7781 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 60 119 129 -
CMYK 0.53 0.08 0 0.49
HSL 188.7º 0.37% 0.37% -
HSV(B) 188.7º 0.53% 0.51% -
XYZ 12.42 15.74 23.15 -
YUV 102.5 142.95 97.69 -
System Red Green Blue C M Y K H S L
Decimal 60 119 129 0.53 0.08 0 0.49 188.7 0.37 0.37
Hex 3C 77 81 35 8 0 31 BD 25 25
Octal 74 167 201 65 10 0 61 275 45 45
Binary 111100 1110111 10000001 110101 1000 0 110001 10111101 100101 100101

Color Harmonies of #3C7781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7781

Black with #3C7781

Text Example


Text Example

White with #3C7781

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,119,129); }

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

background-color css

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

 a { background-color: rgb(60,119,129); }

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

border-color css

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

 span { border-color: rgb(60,119,129); }

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