#38727E

Color #38727E Ming (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ming #38727E

Tints of Ming #38727E

Color information

#38727E (or 0x38727E) is unknown color: approx 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

RGB56114126-
CMYK0.560.1000.51
HSL190.29º38.46%35.69%-
HSV(B)190.29º55.56%49.41%-
XYZ11.4114.3821.91-
YUV98.03143.7898.02-

RGB Variations

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

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 (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal561141260.560.1000.51190.2938.4635.69
Hex38727E38A033be2624
Octal7016217670120632764644
Binary111000111001011111101110001010011001110111110100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>