Html Css Color HEX #3F757A Ming

📋 copy color: '#3F757A'

red 63 ◦ green 117 ◦ blue 122

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

Shades of Ming #3F757A

Tints of Ming #3F757A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.4%

R = 20.86%
G = 38.74%
B = 40.4%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3F757A (or 0x3F757A) is known color: Ming. HEX triplet: 3F, 75 and 7A. RGB value is (63,117,122). Sum of RGB (Red+Green+Blue) = 63+117+122=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F757A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F757A is #C08A85. Grayscale: #656565. Windows color (decimal): -12618374 or 8025407. OLE color: 8025407.

HSL color Cylindrical-coordinate representation of color #3F757A: hue angle of 185.08º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F757A is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 63 117 122 -
CMYK 0.48 0.04 0 0.52
HSL 185.08º 0.32% 0.36% -
HSV(B) 185.08º 0.48% 0.48% -
XYZ 11.92 15.18 20.71 -
YUV 101.42 139.61 100.59 -
System Red Green Blue C M Y K H S L
Decimal 63 117 122 0.48 0.04 0 0.52 185.08 0.32 0.36
Hex 3F 75 7A 30 4 0 34 B9 20 24
Octal 77 165 172 60 4 0 64 271 40 44
Binary 111111 1110101 1111010 110000 100 0 110100 10111001 100000 100100

Color Harmonies of #3F757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F757A

Black with #3F757A

Text Example


Text Example

White with #3F757A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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