#38757E

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

Shades of Ming #38757E

Tints of Ming #38757E

Color information

#38757E (or 0x38757E) is unknown color: approx Ming. HEX triplet: 38, 75 and 7E. RGB value is (56,117,126). Sum of RGB (Red+Green+Blue) = 56+117+126=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 126 - color contains mainly: blue. Hex color #38757E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38757E is #C78A81. Grayscale: #636363. Windows color (decimal): -13077122 or 8287544. OLE color: 8287544.

HSL color Cylindrical-coordinate representation of color #38757E: hue angle of 187.71º 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 #38757E is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB56117126-
CMYK0.560.0700.51
HSL187.71º38.46%35.69%-
HSV(B)187.71º55.56%49.41%-
XYZ11.7615.0722.03-
YUV99.79142.7996.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.73%
GREEN value IS 117 (46.09% from 255) = 39.13%
BLUE value IS 126 (49.61% from 255) = 42.14%
R=18.73%
G=39.13%
B=42.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal561171260.560.0700.51187.7138.4635.69
Hex38757E387033bc2624
Octal701651767070632744644
Binary11100011101011111110111000111011001110111100100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #38757E;
 }
 .AnyTagClassName
 {
   color: #38757E;
 }
</style>
background-color css

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

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

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

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

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

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