Html Css Color HEX #3F7572 Ming

📋 copy color: '#3F7572'

red 63 ◦ green 117 ◦ blue 114

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

Shades of Ming #3F7572

Tints of Ming #3F7572

RGB

 RED value IS 63 (25% from 255) = 21.43%

 GREEN value IS 117 (46.09% from 255) = 39.8%

 BLUE value IS 114 (44.92% from 255) = 38.78%

R = 21.43%
G = 39.8%
B = 38.78%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#3F7572 (or 0x3F7572) is known color: Ming. HEX triplet: 3F, 75 and 72. RGB value is (63,117,114). Sum of RGB (Red+Green+Blue) = 63+117+114=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #3F7572 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7572 is #C08A8D. Grayscale: #646464. Windows color (decimal): -12618382 or 7501119. OLE color: 7501119.

HSL color Cylindrical-coordinate representation of color #3F7572: hue angle of 176.67º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F7572 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 117 114 -
CMYK 0.46 0 0.03 0.54
HSL 176.67º 0.3% 0.35% -
HSV(B) 176.67º 0.46% 0.46% -
XYZ 11.45 14.99 18.21 -
YUV 100.51 135.61 101.24 -
System Red Green Blue C M Y K H S L
Decimal 63 117 114 0.46 0 0.03 0.54 176.67 0.3 0.35
Hex 3F 75 72 2E 0 3 36 B1 1E 23
Octal 77 165 162 56 0 3 66 261 36 43
Binary 111111 1110101 1110010 101110 0 11 110110 10110001 11110 100011

Color Harmonies of #3F7572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7572

Black with #3F7572

Text Example


Text Example

White with #3F7572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,117,114); }

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

background-color css

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

 a { background-color: rgb(63,117,114); }

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

border-color css

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

 span { border-color: rgb(63,117,114); }

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