Html Css Color HEX #3B7A7D Ming

📋 copy color: '#3B7A7D'

red 59 ◦ green 122 ◦ blue 125

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

Shades of Ming #3B7A7D

Tints of Ming #3B7A7D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.87%

 BLUE value IS 125 (49.22% from 255) = 40.85%

R = 19.28%
G = 39.87%
B = 40.85%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B7A7D (or 0x3B7A7D) is known color: Ming. HEX triplet: 3B, 7A and 7D. RGB value is (59,122,125). Sum of RGB (Red+Green+Blue) = 59+122+125=306 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.28% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 125 - color contains mainly: blue. Hex color #3B7A7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7A7D is #C48582. Grayscale: #676767. Windows color (decimal): -12879235 or 8223291. OLE color: 8223291.

HSL color Cylindrical-coordinate representation of color #3B7A7D: hue angle of 182.73º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B7A7D is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 59 122 125 -
CMYK 0.53 0.02 0 0.51
HSL 182.73º 0.36% 0.36% -
HSV(B) 182.73º 0.53% 0.49% -
XYZ 12.46 16.33 21.9 -
YUV 103.51 140.13 96.26 -
System Red Green Blue C M Y K H S L
Decimal 59 122 125 0.53 0.02 0 0.51 182.73 0.36 0.36
Hex 3B 7A 7D 35 2 0 33 B7 24 24
Octal 73 172 175 65 2 0 63 267 44 44
Binary 111011 1111010 1111101 110101 10 0 110011 10110111 100100 100100

Color Harmonies of #3B7A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7A7D

Black with #3B7A7D

Text Example


Text Example

White with #3B7A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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