Html Css Color HEX #387881 Ming

📋 copy color: '#387881'

red 56 ◦ green 120 ◦ blue 129

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

Shades of Ming #387881

Tints of Ming #387881

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.34%

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

R = 18.36%
G = 39.34%
B = 42.3%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#387881 (or 0x387881) is known color: Ming. HEX triplet: 38, 78 and 81. RGB value is (56,120,129). Sum of RGB (Red+Green+Blue) = 56+120+129=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 129 - color contains mainly: blue. Hex color #387881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387881 is #C7877E. Grayscale: #656565. Windows color (decimal): -13076351 or 8484920. OLE color: 8484920.

HSL color Cylindrical-coordinate representation of color #387881: hue angle of 187.4º 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 #387881 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 56 120 129 -
CMYK 0.57 0.07 0 0.49
HSL 187.4º 0.39% 0.36% -
HSV(B) 187.4º 0.57% 0.51% -
XYZ 12.31 15.86 23.18 -
YUV 101.89 143.3 95.27 -
System Red Green Blue C M Y K H S L
Decimal 56 120 129 0.57 0.07 0 0.49 187.4 0.39 0.36
Hex 38 78 81 39 7 0 31 BB 27 24
Octal 70 170 201 71 7 0 61 273 47 44
Binary 111000 1111000 10000001 111001 111 0 110001 10111011 100111 100100

Color Harmonies of #387881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387881

Black with #387881

Text Example


Text Example

White with #387881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387881; }

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

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

background-color css

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

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

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

border-color css

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

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

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