Html Css Color HEX #38727E Ming

📋 copy color: '#38727E'

red 56 ◦ green 114 ◦ blue 126

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

Shades of Ming #38727E

Tints of Ming #38727E

RGB

 RED value IS 56 (22.27% from 255) = 18.92%

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

 BLUE value IS 126 (49.61% from 255) = 42.57%

R = 18.92%
G = 38.51%
B = 42.57%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38727E (or 0x38727E) is known color: Ming. HEX triplet: 38, 72 and 7E. RGB value is (56,114,126). Sum of RGB (Red+Green+Blue) = 56+114+126=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 126 - color contains mainly: blue. Hex color #38727E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38727E is #C78D81. Grayscale: #616161. Windows color (decimal): -13077890 or 8286776. OLE color: 8286776.

HSL color Cylindrical-coordinate representation of color #38727E: hue angle of 190.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38727E is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 114 126 -
CMYK 0.56 0.10 0 0.51
HSL 190.29º 0.38% 0.36% -
HSV(B) 190.29º 0.56% 0.49% -
XYZ 11.41 14.38 21.91 -
YUV 98.03 143.78 98.02 -
System Red Green Blue C M Y K H S L
Decimal 56 114 126 0.56 0.10 0 0.51 190.29 0.38 0.36
Hex 38 72 7E 38 A 0 33 BE 26 24
Octal 70 162 176 70 12 0 63 276 46 44
Binary 111000 1110010 1111110 111000 1010 0 110011 10111110 100110 100100

Color Harmonies of #38727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38727E

Black with #38727E

Text Example


Text Example

White with #38727E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38727E; }

 p { color: rgb(56,114,126); }

 H1.HeaderClassName
 {
   color: #38727E;
 }
 .AnyTagClassName
 {
   color: #38727E;
 }
</style>

background-color css

<style>
 a { background-color: #38727E; }

 a { background-color: rgb(56,114,126); }

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

border-color css

<style>
 span { border-color: #38727E; }

 span { border-color: rgb(56,114,126); }

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