Html Css Color HEX #3F6C72 Ming

📋 copy color: '#3F6C72'

red 63 ◦ green 108 ◦ blue 114

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

Shades of Ming #3F6C72

Tints of Ming #3F6C72

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.89%

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

R = 22.11%
G = 37.89%
B = 40%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3F6C72 (or 0x3F6C72) is known color: Ming. HEX triplet: 3F, 6C and 72. RGB value is (63,108,114). Sum of RGB (Red+Green+Blue) = 63+108+114=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F6C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6C72 is #C0938D. Grayscale: #5F5F5F. Windows color (decimal): -12620686 or 7498815. OLE color: 7498815.

HSL color Cylindrical-coordinate representation of color #3F6C72: hue angle of 187.06º 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 #3F6C72 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 108 114 -
CMYK 0.45 0.05 0 0.55
HSL 187.06º 0.29% 0.35% -
HSV(B) 187.06º 0.45% 0.45% -
XYZ 10.45 13 17.88 -
YUV 95.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 63 108 114 0.45 0.05 0 0.55 187.06 0.29 0.35
Hex 3F 6C 72 2D 5 0 37 BB 1D 23
Octal 77 154 162 55 5 0 67 273 35 43
Binary 111111 1101100 1110010 101101 101 0 110111 10111011 11101 100011

Color Harmonies of #3F6C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6C72

Black with #3F6C72

Text Example


Text Example

White with #3F6C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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