Html Css Color HEX #356F6F Ming

📋 copy color: '#356F6F'

red 53 ◦ green 111 ◦ blue 111

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

Shades of Ming #356F6F

Tints of Ming #356F6F

RGB

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

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

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

R = 19.27%
G = 40.36%
B = 40.36%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#356F6F (or 0x356F6F) is known color: Ming. HEX triplet: 35, 6F and 6F. RGB value is (53,111,111). Sum of RGB (Red+Green+Blue) = 53+111+111=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 111 - color contains mainly: green, blue. Hex color #356F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F6F is #CA9090. Grayscale: #5D5D5D. Windows color (decimal): -13275281 or 7302965. OLE color: 7302965.

HSL color Cylindrical-coordinate representation of color #356F6F: hue angle of 180º 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 #356F6F is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 111 111 -
CMYK 0.52 0 0 0.56
HSL 180º 0.35% 0.32% -
HSV(B) 180º 0.52% 0.44% -
XYZ 10.02 13.27 17.07 -
YUV 93.66 137.78 99 -
System Red Green Blue C M Y K H S L
Decimal 53 111 111 0.52 0 0 0.56 180 0.35 0.32
Hex 35 6F 6F 34 0 0 38 B4 23 20
Octal 65 157 157 64 0 0 70 264 43 40
Binary 110101 1101111 1101111 110100 0 0 111000 10110100 100011 100000

Color Harmonies of #356F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356F6F

Black with #356F6F

Text Example


Text Example

White with #356F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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