Html Css Color HEX #36767C Ming

📋 copy color: '#36767C'

red 54 ◦ green 118 ◦ blue 124

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

Shades of Ming #36767C

Tints of Ming #36767C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.86%

 BLUE value IS 124 (48.83% from 255) = 41.89%

R = 18.24%
G = 39.86%
B = 41.89%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36767C (or 0x36767C) is known color: Ming. HEX triplet: 36, 76 and 7C. RGB value is (54,118,124). Sum of RGB (Red+Green+Blue) = 54+118+124=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 124 - color contains mainly: blue. Hex color #36767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36767C is #C98983. Grayscale: #636363. Windows color (decimal): -13207940 or 8156726. OLE color: 8156726.

HSL color Cylindrical-coordinate representation of color #36767C: hue angle of 185.14º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36767C is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 118 124 -
CMYK 0.56 0.05 0 0.51
HSL 185.14º 0.39% 0.35% -
HSV(B) 185.14º 0.56% 0.49% -
XYZ 11.64 15.2 21.39 -
YUV 99.55 141.8 95.51 -
System Red Green Blue C M Y K H S L
Decimal 54 118 124 0.56 0.05 0 0.51 185.14 0.39 0.35
Hex 36 76 7C 38 5 0 33 B9 27 23
Octal 66 166 174 70 5 0 63 271 47 43
Binary 110110 1110110 1111100 111000 101 0 110011 10111001 100111 100011

Color Harmonies of #36767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36767C

Black with #36767C

Text Example


Text Example

White with #36767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,118,124); }

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

background-color css

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

 a { background-color: rgb(54,118,124); }

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

border-color css

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

 span { border-color: rgb(54,118,124); }

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