Html Css Color HEX #38696F Ming

📋 copy color: '#38696F'

red 56 ◦ green 105 ◦ blue 111

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

Shades of Ming #38696F

Tints of Ming #38696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.6%

 BLUE value IS 111 (43.75% from 255) = 40.81%

R = 20.59%
G = 38.6%
B = 40.81%

CMYK

 C value IS 0.50

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#38696F (or 0x38696F) is known color: Ming. HEX triplet: 38, 69 and 6F. RGB value is (56,105,111). Sum of RGB (Red+Green+Blue) = 56+105+111=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 111 - color contains mainly: blue. Hex color #38696F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38696F is #C79690. Grayscale: #5A5A5A. Windows color (decimal): -13080209 or 7301432. OLE color: 7301432.

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

Color convert

RGB 56 105 111 -
CMYK 0.50 0.05 0 0.56
HSL 186.55º 0.33% 0.33% -
HSV(B) 186.55º 0.5% 0.44% -
XYZ 9.55 12.09 16.87 -
YUV 91.03 139.27 103.01 -
System Red Green Blue C M Y K H S L
Decimal 56 105 111 0.50 0.05 0 0.56 186.55 0.33 0.33
Hex 38 69 6F 32 5 0 38 BB 21 21
Octal 70 151 157 62 5 0 70 273 41 41
Binary 111000 1101001 1101111 110010 101 0 111000 10111011 100001 100001

Color Harmonies of #38696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38696F

Black with #38696F

Text Example


Text Example

White with #38696F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,105,111); }

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

background-color css

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

 a { background-color: rgb(56,105,111); }

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

border-color css

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

 span { border-color: rgb(56,105,111); }

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