Html Css Color HEX #356972 Ming

📋 copy color: '#356972'

red 53 ◦ green 105 ◦ blue 114

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

Shades of Ming #356972

Tints of Ming #356972

RGB

 RED value IS 53 (21.09% from 255) = 19.49%

 GREEN value IS 105 (41.41% from 255) = 38.6%

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

R = 19.49%
G = 38.6%
B = 41.91%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#356972 (or 0x356972) is known color: Ming. HEX triplet: 35, 69 and 72. RGB value is (53,105,114). Sum of RGB (Red+Green+Blue) = 53+105+114=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 114 - color contains mainly: blue. Hex color #356972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356972 is #CA968D. Grayscale: #5A5A5A. Windows color (decimal): -13276814 or 7498037. OLE color: 7498037.

HSL color Cylindrical-coordinate representation of color #356972: hue angle of 188.85º 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 #356972 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 105 114 -
CMYK 0.54 0.08 0 0.55
HSL 188.85º 0.37% 0.33% -
HSV(B) 188.85º 0.54% 0.45% -
XYZ 9.56 12.07 17.75 -
YUV 90.48 141.27 101.27 -
System Red Green Blue C M Y K H S L
Decimal 53 105 114 0.54 0.08 0 0.55 188.85 0.37 0.33
Hex 35 69 72 36 8 0 37 BD 25 21
Octal 65 151 162 66 10 0 67 275 45 41
Binary 110101 1101001 1110010 110110 1000 0 110111 10111101 100101 100001

Color Harmonies of #356972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356972

Black with #356972

Text Example


Text Example

White with #356972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356972; }

 p { color: rgb(53,105,114); }

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

background-color css

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

 a { background-color: rgb(53,105,114); }

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

border-color css

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

 span { border-color: rgb(53,105,114); }

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