Html Css Color HEX #3F7274 Ming

📋 copy color: '#3F7274'

red 63 ◦ green 114 ◦ blue 116

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

Shades of Ming #3F7274

Tints of Ming #3F7274

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.91%

 BLUE value IS 116 (45.7% from 255) = 39.59%

R = 21.5%
G = 38.91%
B = 39.59%

CMYK

 C value IS 0.46

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F7274 (or 0x3F7274) is known color: Ming. HEX triplet: 3F, 72 and 74. RGB value is (63,114,116). Sum of RGB (Red+Green+Blue) = 63+114+116=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 116 - color contains mainly: blue. Hex color #3F7274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7274 is #C08D8B. Grayscale: #626262. Windows color (decimal): -12619148 or 7631423. OLE color: 7631423.

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

Color convert

RGB 63 114 116 -
CMYK 0.46 0.02 0 0.55
HSL 182.26º 0.3% 0.35% -
HSV(B) 182.26º 0.46% 0.45% -
XYZ 11.22 14.35 18.7 -
YUV 98.98 137.6 102.34 -
System Red Green Blue C M Y K H S L
Decimal 63 114 116 0.46 0.02 0 0.55 182.26 0.3 0.35
Hex 3F 72 74 2E 2 0 37 B6 1E 23
Octal 77 162 164 56 2 0 67 266 36 43
Binary 111111 1110010 1110100 101110 10 0 110111 10110110 11110 100011

Color Harmonies of #3F7274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7274

Black with #3F7274

Text Example


Text Example

White with #3F7274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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