Html Css Color HEX #38696D Ming

📋 copy color: '#38696D'

red 56 ◦ green 105 ◦ blue 109

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

Shades of Ming #38696D

Tints of Ming #38696D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.37%

R = 20.74%
G = 38.89%
B = 40.37%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#38696D (or 0x38696D) is known color: Ming. HEX triplet: 38, 69 and 6D. RGB value is (56,105,109). Sum of RGB (Red+Green+Blue) = 56+105+109=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 109 - color contains mainly: blue. Hex color #38696D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38696D is #C79692. Grayscale: #5A5A5A. Windows color (decimal): -13080211 or 7170360. OLE color: 7170360.

HSL color Cylindrical-coordinate representation of color #38696D: hue angle of 184.53º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #38696D is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 56 105 109 -
CMYK 0.49 0.04 0 0.57
HSL 184.53º 0.32% 0.32% -
HSV(B) 184.53º 0.49% 0.43% -
XYZ 9.44 12.05 16.3 -
YUV 90.81 138.27 103.17 -
System Red Green Blue C M Y K H S L
Decimal 56 105 109 0.49 0.04 0 0.57 184.53 0.32 0.32
Hex 38 69 6D 31 4 0 39 B9 20 20
Octal 70 151 155 61 4 0 71 271 40 40
Binary 111000 1101001 1101101 110001 100 0 111001 10111001 100000 100000

Color Harmonies of #38696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38696D

Black with #38696D

Text Example


Text Example

White with #38696D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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