Html Css Color HEX #36696C Ming

📋 copy color: '#36696C'

red 54 ◦ green 105 ◦ blue 108

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

Shades of Ming #36696C

Tints of Ming #36696C

RGB

 RED value IS 54 (21.48% from 255) = 20.22%

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

 BLUE value IS 108 (42.58% from 255) = 40.45%

R = 20.22%
G = 39.33%
B = 40.45%

CMYK

 C value IS 0.50

 M value IS 0.03

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#36696C (or 0x36696C) is known color: Ming. HEX triplet: 36, 69 and 6C. RGB value is (54,105,108). Sum of RGB (Red+Green+Blue) = 54+105+108=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 108 - color contains mainly: blue. Hex color #36696C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36696C is #C99693. Grayscale: #5A5A5A. Windows color (decimal): -13211284 or 7104822. OLE color: 7104822.

HSL color Cylindrical-coordinate representation of color #36696C: hue angle of 183.33º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36696C is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 54 105 108 -
CMYK 0.50 0.03 0 0.58
HSL 183.33º 0.33% 0.32% -
HSV(B) 183.33º 0.5% 0.42% -
XYZ 9.28 11.97 16.01 -
YUV 90.09 138.1 102.26 -
System Red Green Blue C M Y K H S L
Decimal 54 105 108 0.50 0.03 0 0.58 183.33 0.33 0.32
Hex 36 69 6C 32 3 0 3A B7 21 20
Octal 66 151 154 62 3 0 72 267 41 40
Binary 110110 1101001 1101100 110010 11 0 111010 10110111 100001 100000

Color Harmonies of #36696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36696C

Black with #36696C

Text Example


Text Example

White with #36696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36696C; }

 p { color: rgb(54,105,108); }

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

background-color css

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

 a { background-color: rgb(54,105,108); }

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

border-color css

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

 span { border-color: rgb(54,105,108); }

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