Html Css Color HEX #356B6F Ming

📋 copy color: '#356B6F'

red 53 ◦ green 107 ◦ blue 111

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

Shades of Ming #356B6F

Tints of Ming #356B6F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.48%

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

R = 19.56%
G = 39.48%
B = 40.96%

CMYK

 C value IS 0.52

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#356B6F (or 0x356B6F) is known color: Ming. HEX triplet: 35, 6B and 6F. RGB value is (53,107,111). Sum of RGB (Red+Green+Blue) = 53+107+111=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 111 (43.75% from 255 or 40.96% from 271); Max value from RGB is 111 - color contains mainly: blue. Hex color #356B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B6F is #CA9490. Grayscale: #5B5B5B. Windows color (decimal): -13276305 or 7301941. OLE color: 7301941.

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

Color convert

RGB 53 107 111 -
CMYK 0.52 0.04 0 0.56
HSL 184.14º 0.35% 0.32% -
HSV(B) 184.14º 0.52% 0.44% -
XYZ 9.6 12.42 16.93 -
YUV 91.31 139.11 100.67 -
System Red Green Blue C M Y K H S L
Decimal 53 107 111 0.52 0.04 0 0.56 184.14 0.35 0.32
Hex 35 6B 6F 34 4 0 38 B8 23 20
Octal 65 153 157 64 4 0 70 270 43 40
Binary 110101 1101011 1101111 110100 100 0 111000 10111000 100011 100000

Color Harmonies of #356B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356B6F

Black with #356B6F

Text Example


Text Example

White with #356B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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