Html Css Color HEX #366A74 Ming

📋 copy color: '#366A74'

red 54 ◦ green 106 ◦ blue 116

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

Shades of Ming #366A74

Tints of Ming #366A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.03%

R = 19.57%
G = 38.41%
B = 42.03%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#366A74 (or 0x366A74) is known color: Ming. HEX triplet: 36, 6A and 74. RGB value is (54,106,116). Sum of RGB (Red+Green+Blue) = 54+106+116=276 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.57% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 116 - color contains mainly: blue. Hex color #366A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366A74 is #C9958B. Grayscale: #5B5B5B. Windows color (decimal): -13211020 or 7629366. OLE color: 7629366.

HSL color Cylindrical-coordinate representation of color #366A74: hue angle of 189.68º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #366A74 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 106 116 -
CMYK 0.53 0.09 0 0.55
HSL 189.68º 0.36% 0.33% -
HSV(B) 189.68º 0.53% 0.45% -
XYZ 9.83 12.35 18.39 -
YUV 91.59 141.77 101.19 -
System Red Green Blue C M Y K H S L
Decimal 54 106 116 0.53 0.09 0 0.55 189.68 0.36 0.33
Hex 36 6A 74 35 9 0 37 BE 24 21
Octal 66 152 164 65 11 0 67 276 44 41
Binary 110110 1101010 1110100 110101 1001 0 110111 10111110 100100 100001

Color Harmonies of #366A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366A74

Black with #366A74

Text Example


Text Example

White with #366A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366A74; }

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

 H1.HeaderClassName
 {
   color: #366A74;
 }
 .AnyTagClassName
 {
   color: #366A74;
 }
</style>

background-color css

<style>
 a { background-color: #366A74; }

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

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

border-color css

<style>
 span { border-color: #366A74; }

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

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