Html Css Color HEX #3B727A Ming

📋 copy color: '#3B727A'

red 59 ◦ green 114 ◦ blue 122

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

Shades of Ming #3B727A

Tints of Ming #3B727A

RGB

 RED value IS 59 (23.44% from 255) = 20%

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

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

R = 20%
G = 38.64%
B = 41.36%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3B727A (or 0x3B727A) is known color: Ming. HEX triplet: 3B, 72 and 7A. RGB value is (59,114,122). Sum of RGB (Red+Green+Blue) = 59+114+122=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 122 - color contains mainly: blue. Hex color #3B727A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B727A is #C48D85. Grayscale: #626262. Windows color (decimal): -12881286 or 8024635. OLE color: 8024635.

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

Color convert

RGB 59 114 122 -
CMYK 0.52 0.07 0 0.52
HSL 187.62º 0.35% 0.35% -
HSV(B) 187.62º 0.52% 0.48% -
XYZ 11.33 14.37 20.59 -
YUV 98.47 141.28 99.85 -
System Red Green Blue C M Y K H S L
Decimal 59 114 122 0.52 0.07 0 0.52 187.62 0.35 0.35
Hex 3B 72 7A 34 7 0 34 BC 23 23
Octal 73 162 172 64 7 0 64 274 43 43
Binary 111011 1110010 1111010 110100 111 0 110100 10111100 100011 100011

Color Harmonies of #3B727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B727A

Black with #3B727A

Text Example


Text Example

White with #3B727A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,114,122); }

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

background-color css

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

 a { background-color: rgb(59,114,122); }

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

border-color css

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

 span { border-color: rgb(59,114,122); }

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