Html Css Color HEX #38747F Ming

📋 copy color: '#38747F'

red 56 ◦ green 116 ◦ blue 127

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

Shades of Ming #38747F

Tints of Ming #38747F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.8%

 BLUE value IS 127 (50% from 255) = 42.47%

R = 18.73%
G = 38.8%
B = 42.47%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#38747F (or 0x38747F) is known color: Ming. HEX triplet: 38, 74 and 7F. RGB value is (56,116,127). Sum of RGB (Red+Green+Blue) = 56+116+127=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #38747F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38747F is #C78B80. Grayscale: #636363. Windows color (decimal): -13077377 or 8352824. OLE color: 8352824.

HSL color Cylindrical-coordinate representation of color #38747F: hue angle of 189.3º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38747F is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 116 127 -
CMYK 0.56 0.09 0 0.50
HSL 189.3º 0.39% 0.36% -
HSV(B) 189.3º 0.56% 0.5% -
XYZ 11.71 14.86 22.33 -
YUV 99.31 143.62 97.11 -
System Red Green Blue C M Y K H S L
Decimal 56 116 127 0.56 0.09 0 0.50 189.3 0.39 0.36
Hex 38 74 7F 38 9 0 32 BD 27 24
Octal 70 164 177 70 11 0 62 275 47 44
Binary 111000 1110100 1111111 111000 1001 0 110010 10111101 100111 100100

Color Harmonies of #38747F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38747F

Black with #38747F

Text Example


Text Example

White with #38747F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38747F; }

 p { color: rgb(56,116,127); }

 H1.HeaderClassName
 {
   color: #38747F;
 }
 .AnyTagClassName
 {
   color: #38747F;
 }
</style>

background-color css

<style>
 a { background-color: #38747F; }

 a { background-color: rgb(56,116,127); }

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

border-color css

<style>
 span { border-color: #38747F; }

 span { border-color: rgb(56,116,127); }

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