Html Css Color HEX #3B827A Ming

📋 copy color: '#3B827A'

red 59 ◦ green 130 ◦ blue 122

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

Shades of Ming #3B827A

Tints of Ming #3B827A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.8%

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

R = 18.97%
G = 41.8%
B = 39.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#3B827A (or 0x3B827A) is known color: Ming. HEX triplet: 3B, 82 and 7A. RGB value is (59,130,122). Sum of RGB (Red+Green+Blue) = 59+130+122=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 130 - color contains mainly: green. Hex color #3B827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B827A is #C47D85. Grayscale: #6B6B6B. Windows color (decimal): -12877190 or 8028731. OLE color: 8028731.

HSL color Cylindrical-coordinate representation of color #3B827A: hue angle of 173.24º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B827A is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 59 130 122 -
CMYK 0.55 0 0.06 0.49
HSL 173.24º 0.38% 0.37% -
HSV(B) 173.24º 0.55% 0.51% -
XYZ 13.3 18.3 21.24 -
YUV 107.86 135.98 93.15 -
System Red Green Blue C M Y K H S L
Decimal 59 130 122 0.55 0 0.06 0.49 173.24 0.38 0.37
Hex 3B 82 7A 37 0 6 31 AD 26 25
Octal 73 202 172 67 0 6 61 255 46 45
Binary 111011 10000010 1111010 110111 0 110 110001 10101101 100110 100101

Color Harmonies of #3B827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B827A

Black with #3B827A

Text Example


Text Example

White with #3B827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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