Html Css Color HEX #38797D Ming

📋 copy color: '#38797D'

red 56 ◦ green 121 ◦ blue 125

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

Shades of Ming #38797D

Tints of Ming #38797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.07%

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

R = 18.54%
G = 40.07%
B = 41.39%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38797D (or 0x38797D) is known color: Ming. HEX triplet: 38, 79 and 7D. RGB value is (56,121,125). Sum of RGB (Red+Green+Blue) = 56+121+125=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 125 - color contains mainly: blue. Hex color #38797D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38797D is #C78682. Grayscale: #656565. Windows color (decimal): -13076099 or 8223032. OLE color: 8223032.

HSL color Cylindrical-coordinate representation of color #38797D: hue angle of 183.48º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38797D is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 121 125 -
CMYK 0.55 0.03 0 0.51
HSL 183.48º 0.38% 0.35% -
HSV(B) 183.48º 0.55% 0.49% -
XYZ 12.17 16 21.85 -
YUV 102.02 140.97 95.17 -
System Red Green Blue C M Y K H S L
Decimal 56 121 125 0.55 0.03 0 0.51 183.48 0.38 0.35
Hex 38 79 7D 37 3 0 33 B7 26 23
Octal 70 171 175 67 3 0 63 267 46 43
Binary 111000 1111001 1111101 110111 11 0 110011 10110111 100110 100011

Color Harmonies of #38797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38797D

Black with #38797D

Text Example


Text Example

White with #38797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38797D; }

 p { color: rgb(56,121,125); }

 H1.HeaderClassName
 {
   color: #38797D;
 }
 .AnyTagClassName
 {
   color: #38797D;
 }
</style>

background-color css

<style>
 a { background-color: #38797D; }

 a { background-color: rgb(56,121,125); }

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

border-color css

<style>
 span { border-color: #38797D; }

 span { border-color: rgb(56,121,125); }

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