Html Css Color HEX #3C737E Ming

📋 copy color: '#3C737E'

red 60 ◦ green 115 ◦ blue 126

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

Shades of Ming #3C737E

Tints of Ming #3C737E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.21%

 BLUE value IS 126 (49.61% from 255) = 41.86%

R = 19.93%
G = 38.21%
B = 41.86%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C737E (or 0x3C737E) is known color: Ming. HEX triplet: 3C, 73 and 7E. RGB value is (60,115,126). Sum of RGB (Red+Green+Blue) = 60+115+126=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 126 - color contains mainly: blue. Hex color #3C737E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C737E is #C38C81. Grayscale: #636363. Windows color (decimal): -12815490 or 8287036. OLE color: 8287036.

HSL color Cylindrical-coordinate representation of color #3C737E: hue angle of 190º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3C737E is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 60 115 126 -
CMYK 0.52 0.09 0 0.51
HSL 190º 0.35% 0.36% -
HSV(B) 190º 0.52% 0.49% -
XYZ 11.76 14.73 21.96 -
YUV 99.81 142.78 99.61 -
System Red Green Blue C M Y K H S L
Decimal 60 115 126 0.52 0.09 0 0.51 190 0.35 0.36
Hex 3C 73 7E 34 9 0 33 BE 23 24
Octal 74 163 176 64 11 0 63 276 43 44
Binary 111100 1110011 1111110 110100 1001 0 110011 10111110 100011 100100

Color Harmonies of #3C737E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C737E

Black with #3C737E

Text Example


Text Example

White with #3C737E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,115,126); }

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

background-color css

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

 a { background-color: rgb(60,115,126); }

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

border-color css

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

 span { border-color: rgb(60,115,126); }

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