Html Css Color HEX #336A72 Ming

📋 copy color: '#336A72'

red 51 ◦ green 106 ◦ blue 114

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

Shades of Ming #336A72

Tints of Ming #336A72

RGB

 RED value IS 51 (20.31% from 255) = 18.82%

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

 BLUE value IS 114 (44.92% from 255) = 42.07%

R = 18.82%
G = 39.11%
B = 42.07%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#336A72 (or 0x336A72) is known color: Ming. HEX triplet: 33, 6A and 72. RGB value is (51,106,114). Sum of RGB (Red+Green+Blue) = 51+106+114=271 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.82% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #336A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336A72 is #CC958D. Grayscale: #5A5A5A. Windows color (decimal): -13407630 or 7498291. OLE color: 7498291.

HSL color Cylindrical-coordinate representation of color #336A72: hue angle of 187.62º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #336A72 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 106 114 -
CMYK 0.55 0.07 0 0.55
HSL 187.62º 0.38% 0.32% -
HSV(B) 187.62º 0.55% 0.45% -
XYZ 9.56 12.23 17.78 -
YUV 90.47 141.28 99.85 -
System Red Green Blue C M Y K H S L
Decimal 51 106 114 0.55 0.07 0 0.55 187.62 0.38 0.32
Hex 33 6A 72 37 7 0 37 BC 26 20
Octal 63 152 162 67 7 0 67 274 46 40
Binary 110011 1101010 1110010 110111 111 0 110111 10111100 100110 100000

Color Harmonies of #336A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336A72

Black with #336A72

Text Example


Text Example

White with #336A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336A72; }

 p { color: rgb(51,106,114); }

 H1.HeaderClassName
 {
   color: #336A72;
 }
 .AnyTagClassName
 {
   color: #336A72;
 }
</style>

background-color css

<style>
 a { background-color: #336A72; }

 a { background-color: rgb(51,106,114); }

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

border-color css

<style>
 span { border-color: #336A72; }

 span { border-color: rgb(51,106,114); }

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