Html Css Color HEX #38777D Ming

📋 copy color: '#38777D'

red 56 ◦ green 119 ◦ blue 125

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

Shades of Ming #38777D

Tints of Ming #38777D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.67%

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

R = 18.67%
G = 39.67%
B = 41.67%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38777D (or 0x38777D) is known color: Ming. HEX triplet: 38, 77 and 7D. RGB value is (56,119,125). Sum of RGB (Red+Green+Blue) = 56+119+125=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 125 - color contains mainly: blue. Hex color #38777D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38777D is #C78882. Grayscale: #646464. Windows color (decimal): -13076611 or 8222520. OLE color: 8222520.

HSL color Cylindrical-coordinate representation of color #38777D: hue angle of 185.22º 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 #38777D is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 119 125 -
CMYK 0.55 0.05 0 0.51
HSL 185.22º 0.38% 0.35% -
HSV(B) 185.22º 0.55% 0.49% -
XYZ 11.93 15.52 21.77 -
YUV 100.85 141.63 96.01 -
System Red Green Blue C M Y K H S L
Decimal 56 119 125 0.55 0.05 0 0.51 185.22 0.38 0.35
Hex 38 77 7D 37 5 0 33 B9 26 23
Octal 70 167 175 67 5 0 63 271 46 43
Binary 111000 1110111 1111101 110111 101 0 110011 10111001 100110 100011

Color Harmonies of #38777D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38777D

Black with #38777D

Text Example


Text Example

White with #38777D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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