Html Css Color HEX #36707A Ming

📋 copy color: '#36707A'

red 54 ◦ green 112 ◦ blue 122

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

Shades of Ming #36707A

Tints of Ming #36707A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.89%

 BLUE value IS 122 (48.05% from 255) = 42.36%

R = 18.75%
G = 38.89%
B = 42.36%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#36707A (or 0x36707A) is known color: Ming. HEX triplet: 36, 70 and 7A. RGB value is (54,112,122). Sum of RGB (Red+Green+Blue) = 54+112+122=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 122 - color contains mainly: blue. Hex color #36707A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36707A is #C98F85. Grayscale: #5F5F5F. Windows color (decimal): -13209478 or 8024118. OLE color: 8024118.

HSL color Cylindrical-coordinate representation of color #36707A: hue angle of 188.82º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36707A is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 112 122 -
CMYK 0.56 0.08 0 0.52
HSL 188.82º 0.39% 0.35% -
HSV(B) 188.82º 0.56% 0.48% -
XYZ 10.83 13.78 20.5 -
YUV 95.8 142.78 98.19 -
System Red Green Blue C M Y K H S L
Decimal 54 112 122 0.56 0.08 0 0.52 188.82 0.39 0.35
Hex 36 70 7A 38 8 0 34 BD 27 23
Octal 66 160 172 70 10 0 64 275 47 43
Binary 110110 1110000 1111010 111000 1000 0 110100 10111101 100111 100011

Color Harmonies of #36707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36707A

Black with #36707A

Text Example


Text Example

White with #36707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36707A; }

 p { color: rgb(54,112,122); }

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

background-color css

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

 a { background-color: rgb(54,112,122); }

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

border-color css

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

 span { border-color: rgb(54,112,122); }

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