Html Css Color HEX #387981 Ming

📋 copy color: '#387981'

red 56 ◦ green 121 ◦ blue 129

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

Shades of Ming #387981

Tints of Ming #387981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.16%

R = 18.3%
G = 39.54%
B = 42.16%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#387981 (or 0x387981) is known color: Ming. HEX triplet: 38, 79 and 81. RGB value is (56,121,129). Sum of RGB (Red+Green+Blue) = 56+121+129=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 129 - color contains mainly: blue. Hex color #387981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387981 is #C7867E. Grayscale: #666666. Windows color (decimal): -13076095 or 8485176. OLE color: 8485176.

HSL color Cylindrical-coordinate representation of color #387981: hue angle of 186.58º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #387981 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 121 129 -
CMYK 0.57 0.06 0 0.49
HSL 186.58º 0.39% 0.36% -
HSV(B) 186.58º 0.57% 0.51% -
XYZ 12.43 16.1 23.22 -
YUV 102.48 142.97 94.85 -
System Red Green Blue C M Y K H S L
Decimal 56 121 129 0.57 0.06 0 0.49 186.58 0.39 0.36
Hex 38 79 81 39 6 0 31 BB 27 24
Octal 70 171 201 71 6 0 61 273 47 44
Binary 111000 1111001 10000001 111001 110 0 110001 10111011 100111 100100

Color Harmonies of #387981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387981

Black with #387981

Text Example


Text Example

White with #387981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387981; }

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

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

background-color css

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

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

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

border-color css

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

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

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