Html Css Color HEX #36747A Ming

📋 copy color: '#36747A'

red 54 ◦ green 116 ◦ blue 122

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

Shades of Ming #36747A

Tints of Ming #36747A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.73%

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

R = 18.49%
G = 39.73%
B = 41.78%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#36747A (or 0x36747A) is known color: Ming. HEX triplet: 36, 74 and 7A. RGB value is (54,116,122). Sum of RGB (Red+Green+Blue) = 54+116+122=292 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.49% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 122 - color contains mainly: blue. Hex color #36747A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36747A is #C98B85. Grayscale: #626262. Windows color (decimal): -13208454 or 8025142. OLE color: 8025142.

HSL color Cylindrical-coordinate representation of color #36747A: hue angle of 185.29º 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 #36747A is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 116 122 -
CMYK 0.56 0.05 0 0.52
HSL 185.29º 0.39% 0.35% -
HSV(B) 185.29º 0.56% 0.48% -
XYZ 11.28 14.68 20.65 -
YUV 98.15 141.46 96.51 -
System Red Green Blue C M Y K H S L
Decimal 54 116 122 0.56 0.05 0 0.52 185.29 0.39 0.35
Hex 36 74 7A 38 5 0 34 B9 27 23
Octal 66 164 172 70 5 0 64 271 47 43
Binary 110110 1110100 1111010 111000 101 0 110100 10111001 100111 100011

Color Harmonies of #36747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36747A

Black with #36747A

Text Example


Text Example

White with #36747A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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