Html Css Color HEX #356A6F Ming

📋 copy color: '#356A6F'

red 53 ◦ green 106 ◦ blue 111

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

Shades of Ming #356A6F

Tints of Ming #356A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.11%

R = 19.63%
G = 39.26%
B = 41.11%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#356A6F (or 0x356A6F) is known color: Ming. HEX triplet: 35, 6A and 6F. RGB value is (53,106,111). Sum of RGB (Red+Green+Blue) = 53+106+111=270 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.63% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 111 - color contains mainly: blue. Hex color #356A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356A6F is #CA9590. Grayscale: #5A5A5A. Windows color (decimal): -13276561 or 7301685. OLE color: 7301685.

HSL color Cylindrical-coordinate representation of color #356A6F: hue angle of 185.17º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #356A6F is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 106 111 -
CMYK 0.52 0.05 0 0.56
HSL 185.17º 0.35% 0.32% -
HSV(B) 185.17º 0.52% 0.44% -
XYZ 9.49 12.21 16.9 -
YUV 90.72 139.44 101.09 -
System Red Green Blue C M Y K H S L
Decimal 53 106 111 0.52 0.05 0 0.56 185.17 0.35 0.32
Hex 35 6A 6F 34 5 0 38 B9 23 20
Octal 65 152 157 64 5 0 70 271 43 40
Binary 110101 1101010 1101111 110100 101 0 111000 10111001 100011 100000

Color Harmonies of #356A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356A6F

Black with #356A6F

Text Example


Text Example

White with #356A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356A6F; }

 p { color: rgb(53,106,111); }

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

background-color css

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

 a { background-color: rgb(53,106,111); }

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

border-color css

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

 span { border-color: rgb(53,106,111); }

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