Html Css Color HEX #3F7675 Ming

📋 copy color: '#3F7675'

red 63 ◦ green 118 ◦ blue 117

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

Shades of Ming #3F7675

Tints of Ming #3F7675

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.6%

 BLUE value IS 117 (46.09% from 255) = 39.26%

R = 21.14%
G = 39.6%
B = 39.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#3F7675 (or 0x3F7675) is known color: Ming. HEX triplet: 3F, 76 and 75. RGB value is (63,118,117). Sum of RGB (Red+Green+Blue) = 63+118+117=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7675 is #C0898A. Grayscale: #656565. Windows color (decimal): -12618123 or 7697983. OLE color: 7697983.

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

Color convert

RGB 63 118 117 -
CMYK 0.47 0 0.01 0.54
HSL 178.91º 0.3% 0.35% -
HSV(B) 178.91º 0.47% 0.46% -
XYZ 11.74 15.3 19.16 -
YUV 101.44 136.78 100.58 -
System Red Green Blue C M Y K H S L
Decimal 63 118 117 0.47 0 0.01 0.54 178.91 0.3 0.35
Hex 3F 76 75 2F 0 1 36 B3 1E 23
Octal 77 166 165 57 0 1 66 263 36 43
Binary 111111 1110110 1110101 101111 0 1 110110 10110011 11110 100011

Color Harmonies of #3F7675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7675

Black with #3F7675

Text Example


Text Example

White with #3F7675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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