Html Css Color HEX #3F7073 Ming

📋 copy color: '#3F7073'

red 63 ◦ green 112 ◦ blue 115

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

Shades of Ming #3F7073

Tints of Ming #3F7073

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.62%

 BLUE value IS 115 (45.31% from 255) = 39.66%

R = 21.72%
G = 38.62%
B = 39.66%

CMYK

 C value IS 0.45

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F7073 (or 0x3F7073) is known color: Ming. HEX triplet: 3F, 70 and 73. RGB value is (63,112,115). Sum of RGB (Red+Green+Blue) = 63+112+115=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F7073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7073 is #C08F8C. Grayscale: #616161. Windows color (decimal): -12619661 or 7565375. OLE color: 7565375.

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

Color convert

RGB 63 112 115 -
CMYK 0.45 0.03 0 0.55
HSL 183.46º 0.29% 0.35% -
HSV(B) 183.46º 0.45% 0.45% -
XYZ 10.94 13.88 18.32 -
YUV 97.69 137.77 103.26 -
System Red Green Blue C M Y K H S L
Decimal 63 112 115 0.45 0.03 0 0.55 183.46 0.29 0.35
Hex 3F 70 73 2D 3 0 37 B7 1D 23
Octal 77 160 163 55 3 0 67 267 35 43
Binary 111111 1110000 1110011 101101 11 0 110111 10110111 11101 100011

Color Harmonies of #3F7073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7073

Black with #3F7073

Text Example


Text Example

White with #3F7073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,112,115); }

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

background-color css

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

 a { background-color: rgb(63,112,115); }

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

border-color css

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

 span { border-color: rgb(63,112,115); }

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