Html Css Color HEX #346F72 Ming

📋 copy color: '#346F72'

red 52 ◦ green 111 ◦ blue 114

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

Shades of Ming #346F72

Tints of Ming #346F72

RGB

 RED value IS 52 (20.7% from 255) = 18.77%

 GREEN value IS 111 (43.75% from 255) = 40.07%

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

R = 18.77%
G = 40.07%
B = 41.16%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#346F72 (or 0x346F72) is known color: Ming. HEX triplet: 34, 6F and 72. RGB value is (52,111,114). Sum of RGB (Red+Green+Blue) = 52+111+114=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #346F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F72 is #CB908D. Grayscale: #5D5D5D. Windows color (decimal): -13340814 or 7499572. OLE color: 7499572.

HSL color Cylindrical-coordinate representation of color #346F72: hue angle of 182.9º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #346F72 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 111 114 -
CMYK 0.54 0.03 0 0.55
HSL 182.9º 0.37% 0.33% -
HSV(B) 182.9º 0.54% 0.45% -
XYZ 10.14 13.31 17.96 -
YUV 93.7 139.45 98.26 -
System Red Green Blue C M Y K H S L
Decimal 52 111 114 0.54 0.03 0 0.55 182.9 0.37 0.33
Hex 34 6F 72 36 3 0 37 B7 25 21
Octal 64 157 162 66 3 0 67 267 45 41
Binary 110100 1101111 1110010 110110 11 0 110111 10110111 100101 100001

Color Harmonies of #346F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F72

Black with #346F72

Text Example


Text Example

White with #346F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346F72; }

 p { color: rgb(52,111,114); }

 H1.HeaderClassName
 {
   color: #346F72;
 }
 .AnyTagClassName
 {
   color: #346F72;
 }
</style>

background-color css

<style>
 a { background-color: #346F72; }

 a { background-color: rgb(52,111,114); }

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

border-color css

<style>
 span { border-color: #346F72; }

 span { border-color: rgb(52,111,114); }

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