Html Css Color HEX #386A6A Ming

📋 copy color: '#386A6A'

red 56 ◦ green 106 ◦ blue 106

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

Shades of Ming #386A6A

Tints of Ming #386A6A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.55%

 BLUE value IS 106 (41.8% from 255) = 39.55%

R = 20.9%
G = 39.55%
B = 39.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#386A6A (or 0x386A6A) is known color: Ming. HEX triplet: 38, 6A and 6A. RGB value is (56,106,106). Sum of RGB (Red+Green+Blue) = 56+106+106=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 106 - color contains mainly: green, blue. Hex color #386A6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386A6A is #C79595. Grayscale: #5B5B5B. Windows color (decimal): -13079958 or 6974008. OLE color: 6974008.

HSL color Cylindrical-coordinate representation of color #386A6A: hue angle of 180º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386A6A is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 106 106 -
CMYK 0.47 0 0 0.58
HSL 180º 0.31% 0.32% -
HSV(B) 180º 0.47% 0.42% -
XYZ 9.39 12.19 15.49 -
YUV 91.05 136.44 103 -
System Red Green Blue C M Y K H S L
Decimal 56 106 106 0.47 0 0 0.58 180 0.31 0.32
Hex 38 6A 6A 2F 0 0 3A B4 1F 20
Octal 70 152 152 57 0 0 72 264 37 40
Binary 111000 1101010 1101010 101111 0 0 111010 10110100 11111 100000

Color Harmonies of #386A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386A6A

Black with #386A6A

Text Example


Text Example

White with #386A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386A6A; }

 p { color: rgb(56,106,106); }

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

background-color css

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

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

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

border-color css

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

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

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