Html Css Color HEX #356C6F Ming

📋 copy color: '#356C6F'

red 53 ◦ green 108 ◦ blue 111

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

Shades of Ming #356C6F

Tints of Ming #356C6F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.71%

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

R = 19.49%
G = 39.71%
B = 40.81%

CMYK

 C value IS 0.52

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#356C6F (or 0x356C6F) is known color: Ming. HEX triplet: 35, 6C and 6F. RGB value is (53,108,111). Sum of RGB (Red+Green+Blue) = 53+108+111=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 111 - color contains mainly: blue. Hex color #356C6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C6F is #CA9390. Grayscale: #5B5B5B. Windows color (decimal): -13276049 or 7302197. OLE color: 7302197.

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

Color convert

RGB 53 108 111 -
CMYK 0.52 0.03 0 0.56
HSL 183.1º 0.35% 0.32% -
HSV(B) 183.1º 0.52% 0.44% -
XYZ 9.7 12.63 16.97 -
YUV 91.9 138.78 100.26 -
System Red Green Blue C M Y K H S L
Decimal 53 108 111 0.52 0.03 0 0.56 183.1 0.35 0.32
Hex 35 6C 6F 34 3 0 38 B7 23 20
Octal 65 154 157 64 3 0 70 267 43 40
Binary 110101 1101100 1101111 110100 11 0 111000 10110111 100011 100000

Color Harmonies of #356C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356C6F

Black with #356C6F

Text Example


Text Example

White with #356C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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